task#13992,代办列表更新,新增维保审批列表
This commit is contained in:
@ -198,7 +198,22 @@ export default {
|
||||
<style scoped lang="scss">
|
||||
@import "@/styles/mixin.scss";
|
||||
@import "@/styles/common.scss";
|
||||
.refresh{
|
||||
@import "@/styles/approval.scss";
|
||||
.listItem{
|
||||
padding: 14px 25px 13px 29px;
|
||||
div{
|
||||
line-height: 27px;
|
||||
span:first-child{
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.right{
|
||||
@include flexCenter();
|
||||
}
|
||||
}
|
||||
}
|
||||
/*.refresh{
|
||||
min-height: 100%;
|
||||
background-color: #F4F5F7;
|
||||
}
|
||||
@ -209,9 +224,9 @@ export default {
|
||||
.navBar{
|
||||
margin-bottom: 46px;
|
||||
}
|
||||
/*::v-deep .van-nav-bar__content{
|
||||
!*::v-deep .van-nav-bar__content{
|
||||
background-color: #354683 !important;
|
||||
}*/
|
||||
}*!
|
||||
.tab_wrap {
|
||||
@include fontWeightSize(500, 14px);
|
||||
@include flexColAround();
|
||||
@ -232,7 +247,7 @@ export default {
|
||||
text-align: center;
|
||||
line-height: 15px;
|
||||
margin-left: 5px;
|
||||
opacity: 1; /* 保持透明度为1 */
|
||||
opacity: 1; !* 保持透明度为1 *!
|
||||
}
|
||||
.active {
|
||||
position: relative;
|
||||
@ -329,5 +344,5 @@ export default {
|
||||
.garyColor{
|
||||
color: #9C9C9C;
|
||||
font-weight: 600;
|
||||
}
|
||||
}*/
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user