工单对账代码优化
This commit is contained in:
@ -102,7 +102,7 @@
|
||||
<div>收取客户金额:</div>
|
||||
<div class="halfOpcity inputContent"><input type="number" v-model="form.supplierCustomerAmount"/>元</div>
|
||||
</div>
|
||||
<div class="flex-between bgDisable" >
|
||||
<div class="flex-between bgDisable" :class=" { 'flex-between': true, 'bgDisable' : basePriceDisabled } " >
|
||||
<div>基本费用:</div>
|
||||
<div class="halfOpcity inputContent " ><input class="disable" type="number" :readonly="basePriceDisabled" v-model="form.supplierBasePrice"/><span >元</span></div>
|
||||
</div>
|
||||
@ -601,8 +601,7 @@ export default {
|
||||
}
|
||||
.title{
|
||||
@include fontWeightSize(bold,14px);
|
||||
color: #323643;
|
||||
opacity: 0.66;
|
||||
@include colorOpa(#323643,0.66);
|
||||
}
|
||||
.line{
|
||||
@include wh(100%,2px);
|
||||
@ -671,11 +670,9 @@ img{
|
||||
.multipleTxt{
|
||||
@include wh(100%,87px);
|
||||
background: #FAFAFA;
|
||||
border-radius: 3px;
|
||||
@include sizingPadRadius(8px,8px,3px);
|
||||
border: 1px solid #E6E6E6;
|
||||
backdrop-filter: blur(10px);
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.btn{
|
||||
margin-top: 28px;
|
||||
@ -698,8 +695,9 @@ img{
|
||||
opacity: 1 !important;
|
||||
.reason{
|
||||
@include fontWeightSize(400,11px);
|
||||
color: #FF8F37;
|
||||
opacity: 1 !important;
|
||||
@include colorOpa(#FF8F37,1);
|
||||
//color: #FF8F37;
|
||||
//opacity: 1 !important;
|
||||
}
|
||||
.camerImg{
|
||||
@include widHeiMar(54px,42px,5px);
|
||||
@ -739,12 +737,11 @@ img{
|
||||
}
|
||||
.btnCom{
|
||||
border: none;
|
||||
//width: 48px;
|
||||
//@include all-height(18px);
|
||||
padding: 4px 7px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@include flexTwoCenter;
|
||||
//display: flex;
|
||||
//justify-content: center;
|
||||
//align-items: center;
|
||||
background: #354D93;
|
||||
border-radius: 3px;
|
||||
color: #FFFFFF;
|
||||
@ -768,26 +765,23 @@ img{
|
||||
margin-top: 28px;
|
||||
margin-bottom: 30px;
|
||||
@include flexColBet;
|
||||
padding:0 15px;
|
||||
box-sizing: border-box;
|
||||
@include sizingPadding(0 ,15px);
|
||||
button{
|
||||
@include whLin(152px,39px);
|
||||
border-radius: 5px;
|
||||
color: #FFFFFF;
|
||||
@include fontWeightSize(bold,14px);
|
||||
background-color: #354D93;
|
||||
@include bgFontColor(#FFFFFF,#354D93);
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
.btn{
|
||||
margin-top: 31px;
|
||||
margin-bottom: 31px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
@include flexColAround;
|
||||
box-sizing: border-box;
|
||||
button{
|
||||
@include wh(105px,39px);
|
||||
line-height: 39px;
|
||||
border-radius: 5px;
|
||||
@include wh(105px,39px);
|
||||
@include bgFontColor(#FFFFFF,#9EA7C0);
|
||||
@include fontWeightSize(bold,14px);
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user