页面代码优化,代办事项列表和代办审核

This commit is contained in:
2023-08-14 14:27:01 +08:00
parent f860f9784e
commit f24b5feab2
10 changed files with 233 additions and 150 deletions

View File

@ -39,25 +39,28 @@ export default {
}
</script>
<style scoped>
<style scoped lang="scss">
@import "@/styles/mixin.scss";
::v-deep .van-cell{
padding:0 25px 0 0;
line-height: 57px;
}
::v-deep .van-cell--required::before{
background-image: url("@/assets/start.png");
background-repeat: no-repeat;
content:'';
background: url("@/assets/start.png") no-repeat center/cover;
position: absolute;
left: 0;
top: 25px;
width: 8px;
height: 8px;
margin-right: 3px;
content:''
top: 45%;
transform: translateY(-50%);
@include widHeiMar(6px,6px,3px);
}
::v-deep .van-field__label{
@include fontWeightSize(500,14px);
color: #323643;
margin-left: 20px;
margin-left: 10px;
}
::v-deep .van-field__control{
color: #323643;
@include fontWeightSize(500,13px);
}
</style>