|
@@ -218,7 +218,7 @@
|
|
|
/>
|
|
/>
|
|
|
<view class="remark-popup-actions">
|
|
<view class="remark-popup-actions">
|
|
|
<button class="admin-button-com default remark-popup-btn" @click="closeRemarkPopup">取消</button>
|
|
<button class="admin-button-com default remark-popup-btn" @click="closeRemarkPopup">取消</button>
|
|
|
- <button class="admin-button-com bule remark-popup-btn" @click="confirmRemarkModify">确定</button>
|
|
|
|
|
|
|
+ <button class="admin-button-com blue remark-popup-btn" @click="confirmRemarkModify">确定</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-popup>
|
|
</uni-popup>
|
|
@@ -830,6 +830,9 @@ export default {
|
|
|
width: 210upx;
|
|
width: 210upx;
|
|
|
height: 80upx;
|
|
height: 80upx;
|
|
|
line-height: 80upx;
|
|
line-height: 80upx;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ text-align: center;
|
|
|
font-size: 29upx;
|
|
font-size: 29upx;
|
|
|
}
|
|
}
|
|
|
.text-center:last-child .admin-button-com {
|
|
.text-center:last-child .admin-button-com {
|
|
@@ -946,11 +949,15 @@ export default {
|
|
|
margin-top: 30upx;
|
|
margin-top: 30upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* 覆盖 admin-button-com 的 padding/line-height:1,保证文字垂直居中 */
|
|
|
.remark-popup-btn {
|
|
.remark-popup-btn {
|
|
|
width: 45%;
|
|
width: 45%;
|
|
|
height: 80upx;
|
|
height: 80upx;
|
|
|
line-height: 80upx;
|
|
line-height: 80upx;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.express-popup-body,
|
|
.express-popup-body,
|