Browse Source

bug修改

v3
蟑螂恶霸 2 years ago
parent
commit
9e9034e143
  1. 58
      src/views/enterprise/registrationDetail.vue

58
src/views/enterprise/registrationDetail.vue

@ -18,13 +18,13 @@
</van-cell-group> </van-cell-group>
<van-divider class="divdsty"/> <van-divider class="divdsty"/>
<div class="zf-name">
执法信息
<span class="joint-mark"></span>
</div>
<div v-for="(item, index) in data.regList" :key="index"> <div v-for="(item, index) in data.regList" :key="index">
<van-cell-group> <van-cell-group>
<div class="zf-name">
执法信息
<span class="joint-mark"></span>
</div>
<van-field <van-field
v-model="item.bureauDeptName" v-model="item.bureauDeptName"
label="执法部门" label="执法部门"
@ -727,7 +727,7 @@
} }
.zf-name { .zf-name {
margin: 0 0.27rem; padding: 0 0.27rem;
font-size: 0.42rem; font-size: 0.42rem;
height: 1.2rem; height: 1.2rem;
background-color: white; background-color: white;
@ -763,6 +763,7 @@
max-height: 6.5rem; max-height: 6.5rem;
padding: 1rem 0.27rem 0.27rem 0.43rem; padding: 1rem 0.27rem 0.27rem 0.43rem;
box-sizing: border-box; box-sizing: border-box;
border-top: 5px solid #f4f4f4;
} }
.file-upload-center { .file-upload-center {
@ -860,14 +861,14 @@
font-size: 0.37rem; font-size: 0.37rem;
} }
.fold-div::after { .fold-div::after {
position: absolute; position: absolute;
left: 0.43rem; left: 0.43rem;
bottom: 0; bottom: 0;
width: calc(100% - 0.86rem); width: calc(100% - 0.86rem);
border-bottom: 1px solid #f5f6f7; border-bottom: 1px solid #f5f6f7;
content: ""; content: "";
} }
.fold-div label { .fold-div label {
width: 2.6rem; width: 2.6rem;
@ -882,19 +883,20 @@
.one-label { .one-label {
position: relative; position: relative;
padding-bottom: 0.25rem;
} }
.one-label::after { .one-label::after {
position: absolute; position: absolute;
left: 0.43rem; left: 0.43rem;
bottom: 0; bottom: 0;
width: calc(100% - 0.86rem); width: calc(100% - 0.86rem);
border-bottom: 1px solid #ebedf0; border-bottom: 1px solid #ebedf0;
content: ""; content: "";
transform: scaleY(.5); transform: scaleY(.5);
} }
.one-label .van-cell:first-child { .one-label .van-cell {
padding-bottom: 0; padding-bottom: 0;
} }
@ -904,10 +906,6 @@
padding-bottom: 0; padding-bottom: 0;
} }
.one-label .no-label:last-child {
padding-bottom: 0.27rem;
}
.joint-mark { .joint-mark {
position: relative; position: relative;
top: -0.05rem; top: -0.05rem;
@ -1051,5 +1049,9 @@
opacity: 1; opacity: 1;
} }
.van-hairline--top-bottom:after, .van-hairline-unset--top-bottom:after {
border: 0;
}
</style> </style>

Loading…
Cancel
Save