开票通知模块css代码优化

This commit is contained in:
2023-09-01 10:12:28 +08:00
parent 2abcfa7d68
commit 1b93cb10fd
4 changed files with 25 additions and 28 deletions

View File

@ -56,10 +56,7 @@ export default {
pageSize:this.pageSize,
...this.form,
})
// if(res.code=== 200){
this.detailList=res.data
// }
// console.log("resssss",res)
this.detailList=res.data
}
}
}
@ -75,22 +72,19 @@ export default {
height: 46px;
}
.contentWrap{
width: 100%;
height: 400px;
margin-left: 27px;
@include wh(100%,400px);
margin-left: 27px;
.item{
width: 100%;
@include all-height(47px);
.itemContent{
margin-left: 5px;
@include fontWeightSize(400,13px);
color: #323643;
@include fontWeightSize(400,13px);
}
.line{
width: 100%;
height: 1px;
background: #E9E9EA;
opacity: 0.6;
@include wh(100%,1px);
@include bgcolorOpa(#E9E9EA,0.6);
}
}
}