|
@@ -62,7 +62,7 @@
|
|
|
<text class="item-remark-label">备注</text>
|
|
<text class="item-remark-label">备注</text>
|
|
|
<text class="item-remark-text">{{ res.itemRemark }}</text>
|
|
<text class="item-remark-text">{{ res.itemRemark }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <text class="item-remark-cancel" @click.stop="clearItemRemarkFn(i)">清除备注</text>
|
|
|
|
|
|
|
+ <text class="item-remark-cancel" @click.stop="clearItemRemarkFn(i)">删除备注</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -462,10 +462,10 @@ export default {
|
|
|
overflow:hidden;
|
|
overflow:hidden;
|
|
|
.price-input{
|
|
.price-input{
|
|
|
flex-shrink:0;
|
|
flex-shrink:0;
|
|
|
- width:125upx;
|
|
|
|
|
|
|
+ width:150upx;
|
|
|
height:60upx;
|
|
height:60upx;
|
|
|
margin-left:5upx;
|
|
margin-left:5upx;
|
|
|
- margin-right:30upx;
|
|
|
|
|
|
|
+ margin-right:50upx;
|
|
|
border:1upx solid #cccccc;
|
|
border:1upx solid #cccccc;
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
font-size:32upx;
|
|
font-size:32upx;
|
|
@@ -479,6 +479,9 @@ export default {
|
|
|
/* #endif */
|
|
/* #endif */
|
|
|
/* #endif */
|
|
/* #endif */
|
|
|
}
|
|
}
|
|
|
|
|
+ .price-input:last-of-type{
|
|
|
|
|
+ margin-right:0;
|
|
|
|
|
+ }
|
|
|
.price-input-main{
|
|
.price-input-main{
|
|
|
border:1upx solid #3385FF;
|
|
border:1upx solid #3385FF;
|
|
|
color:#3385FF;
|
|
color:#3385FF;
|
|
@@ -486,9 +489,6 @@ export default {
|
|
|
&.has-cancel-limit{
|
|
&.has-cancel-limit{
|
|
|
padding-right:72upx;
|
|
padding-right:72upx;
|
|
|
}
|
|
}
|
|
|
- &.has-cancel-limit .price-input:last-of-type{
|
|
|
|
|
- margin-right:10upx;
|
|
|
|
|
- }
|
|
|
|
|
.cancel-limit-btn{
|
|
.cancel-limit-btn{
|
|
|
flex-shrink:0;
|
|
flex-shrink:0;
|
|
|
padding:0 10upx;
|
|
padding:0 10upx;
|
|
@@ -535,14 +535,14 @@ export default {
|
|
|
margin-right: 16upx;
|
|
margin-right: 16upx;
|
|
|
}
|
|
}
|
|
|
.item-remark-label {
|
|
.item-remark-label {
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 26upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #ff8c3a;
|
|
color: #ff8c3a;
|
|
|
margin-right: 10upx;
|
|
margin-right: 10upx;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
.item-remark-text {
|
|
.item-remark-text {
|
|
|
- font-size: 30upx;
|
|
|
|
|
|
|
+ font-size: 26upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #ff2842;
|
|
color: #ff2842;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -552,7 +552,7 @@ export default {
|
|
|
min-width: 0;
|
|
min-width: 0;
|
|
|
}
|
|
}
|
|
|
.item-remark-cancel {
|
|
.item-remark-cancel {
|
|
|
- font-size: 24upx;
|
|
|
|
|
|
|
+ font-size: 26upx;
|
|
|
color: #999;
|
|
color: #999;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
padding: 6upx 0 6upx 10upx;
|
|
padding: 6upx 0 6upx 10upx;
|