Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-21 14:46:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ee56c98640188404308d730adf2b5795c819dcf9
ee56c986
1 parent
43170a48
解决方案自适应样式优化
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
src/views/solution/detail.vue
src/views/solution/index.vue
src/views/solution/detail.vue
View file @
ee56c98
This diff is collapsed. Click to expand it.
src/views/solution/index.vue
View file @
ee56c98
...
...
@@ -31,7 +31,7 @@
<div class="card-content">
<div class="card-title">
<span>{{ x.title }}</span>
<i class="el-icon-right"></i>
<i class="el-icon-right"
style="color: #00ABE5;"
></i>
</div>
<p class="card-sub">{{ x.sub }}</p>
</div>
...
...
@@ -82,35 +82,35 @@ export default {
data () {
return {
solution_list: [{
src: 'https://
fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '1住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fastly.jsdelivr.net/npm/@vant/assets/cat.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '2住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '3住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fastly.jsdelivr.net/npm/@vant/assets/cat.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '4住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '1住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fastly.jsdelivr.net/npm/@vant/assets/cat.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '2住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '3住宅解决方案',
sub: 'Residential Solution Case'
}, {
src: 'https://
fastly.jsdelivr.net/npm/@vant/assets/cat.jpe
g',
src: 'https://
cdn.ipadbiz.cn/hager/img/WX20241021-110827@2x.pn
g',
title: '4住宅解决方案',
sub: 'Residential Solution Case'
}],
...
...
Please
register
or
login
to post a comment