|
|
@@ -31,7 +31,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="item" v-if="form.complete == 1">
|
|
|
- <text class="left">打印</text>
|
|
|
+ <text class="left">完成后打印</text>
|
|
|
<switch :checked="form.needPrint == 1 ? true : false" @change="changePrint" style="transform: scale(0.9,0.8)" />
|
|
|
</view>
|
|
|
|
|
|
@@ -204,7 +204,8 @@ export default {
|
|
|
margin-left:3upx;
|
|
|
}
|
|
|
.selected{
|
|
|
- background-color:#CCCCCC;
|
|
|
+ background-color:#3385ff;
|
|
|
+ border:1upx solid #3385ff;
|
|
|
color:white;
|
|
|
}
|
|
|
}
|
|
|
@@ -227,8 +228,9 @@ export default {
|
|
|
align-items:center;
|
|
|
}
|
|
|
.selected{
|
|
|
- background-color:#CCCCCC;
|
|
|
+ background-color:#3385ff;
|
|
|
color:white;
|
|
|
+ border:1upx solid #3385ff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -238,6 +240,9 @@ export default {
|
|
|
justify-content:center;
|
|
|
button{
|
|
|
width:80upx;
|
|
|
+ background-color: #fff;
|
|
|
+ border:1upx solid #999999;
|
|
|
+ color:#999999;
|
|
|
}
|
|
|
button:nth-child(2){
|
|
|
border:1upx solid blue;
|