同步现场代码

This commit is contained in:
GGJ
2024-06-12 16:16:02 +08:00
parent 30075e4e78
commit d4db10d5ca
11 changed files with 96 additions and 34 deletions

View File

@@ -52,7 +52,12 @@
<p class="numOne" @click="LookMap(item.list[3].numOneList, item.list[3].numTwoList, 0)">
{{ item.list[3].numOne }}
</p>
<p style="font-size: 12px; width: 32px; cursor: pointer;color: var(--el-color-primary);" @click.stop="open(i)">详情</p>
<p
style="font-size: 12px; width: 32px; cursor: pointer; color: var(--el-color-primary)"
@click.stop="open(i)"
>
详情
</p>
</div>
</div>
</div>
@@ -70,7 +75,11 @@
<img src="@/assets/img/TJ.png" />
{{ item.title }}
</div>
<div class="card-Box" :style="`height:calc((${boxHeight.height} - 50px )/ 3);`" v-for="val in item.children">
<div
class="card-Box"
:style="`height:calc((${boxHeight.height} - 50px )/ 3);`"
v-for="val in item.children"
>
<div>
<span class="line"></span>
<span class="vol">{{ val.title }}</span>
@@ -427,7 +436,9 @@ defineExpose({ info, show })
}
.vcl {
display: flex;
border-bottom: 1px solid #e6e0e0;
border-bottom: 2px solid #fff;
background-color: #edededc0;
border-radius: 5px;
font-size: 14px;
p {
text-align: center;
@@ -439,6 +450,9 @@ defineExpose({ info, show })
font-weight: 550;
cursor: pointer;
}
&:nth-child(1) {
background-color: #fff;
}
}
.title {