shish vor 3 Stunden
Ursprung
Commit
a3d34bfab5
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8 1
      ghsApp/src/admin/home/components/OrderItem.vue

+ 8 - 1
ghsApp/src/admin/home/components/OrderItem.vue

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