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-12-10 12:14:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b184ddfd2ed06e6de1ef7f652a2ceac023be37ec
b184ddfd
1 parent
592c8f38
fix 联系方式显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/concat.vue
src/views/concat.vue
View file @
b184ddf
<!--
* @Date: 2024-10-18 09:31:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-1
1-06 15:56:52
* @LastEditTime: 2024-1
2-10 12:12:59
* @FilePath: /hager/src/views/concat.vue
* @Description: 联系我们
-->
...
...
@@ -41,9 +41,9 @@
<el-row v-for="(concat, idx) in item.list" :key="idx" :gutter="0" :style="{borderBottom: idx === item.list?.length - 1 ? '' : '1px solid #DADADA'}">
<el-col :span="12" v-for="(x, i) in concat" :key="i" :style="{borderRight: i%2 === 0 ? '1px solid #DADADA' : '', padding: '1.5rem 0'}">
<el-row :gutter="0">
<el-col :span="1
3
" class="title"><span class="inner">{{ x.area }}</span></el-col>
<el-col :span="1
2
" class="title"><span class="inner">{{ x.area }}</span></el-col>
<el-col :span="3" class="name outer"><p class="inner">{{ x.name }}</p></el-col>
<el-col :span="
8
" :class="['number', 'outer', x?.tel?.length >= 2 ? 'double' : '']">
<el-col :span="
9
" :class="['number', 'outer', x?.tel?.length >= 2 ? 'double' : '']">
<p v-for="(tel, index) in x.tel" :key="index" class="inner">{{ tel }}</p>
</el-col>
</el-row>
...
...
Please
register
or
login
to post a comment