开票通知模块css代码优化
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user