+
备注说明:
@@ -172,11 +172,11 @@
基本费用:{{orderInfo.basePrice +'元'}} |
- |
+ |
额外费用总计:{{orderInfo.extraPrice +'元'}} |
- |
+ |
收取客户:{{orderInfo.customerAmount +'元'}} |
@@ -185,7 +185,7 @@
费用总计:{{orderInfo.settleAmount +'元'}} |
-
+
|
@@ -584,7 +584,17 @@ export default {
overflow-y: auto;
}
.disable{
+ background-color: transparent;
+ border: none;
+ opacity: 1 !important;
+}
+.supplierdisable{
color: #999999;;
+ border: none;
+ opacity: 1 !important;
+}
+.bgDisable{
+ background: rgba(204, 204, 204, .3);
}
.navBar{
margin-bottom: 46px;
@@ -641,7 +651,8 @@ img{
@include fontWeightSize(bold,13px);
}
.flex-between{
- @include flexColBet
+ width: 100%;
+ @include flexBetCen
}
.halfOpcity{
opacity: .5;