shish 1 год назад
Родитель
Сommit
8553dcbb49

+ 4 - 4
ghsPad/src/pages/home/components/toPay.vue

@@ -30,8 +30,8 @@
             <view style="width:60vw;height:70vh;background-color: white;padding:70upx 20upx 0 20upx;">
                 <view style="margin-bottom:40upx;text-align: center;font-size:24upx;">{{ cancelText }}</view>
                 <view style="text-align:center;">
-                    <button class="admin-button-com mini-btn" @click="returnCancel">返回</button>
-                    <button class="admin-button-com mini-btn" @click="confirmToCancel" style="margin-left:30upx;">确认取消</button>
+                    <button class="admin-button-com mini-btn default" @click="returnCancel">返回</button>
+                    <button class="admin-button-com mini-btn default" @click="confirmToCancel" style="margin-left:30upx;">确认取消</button>
                 </view>
             </view>
         </uni-popup>
@@ -200,9 +200,9 @@ export default {
             width: 120upx;
             text-align: center;
             line-height: 60upx;
-            border: 2px solid #eee;
+            border: 1px solid #494848;
             font-size: 16upx;
-            color: #333333;
+            color: #494848;
             display:inline-block;
         }
     }

+ 4 - 4
hdPad/src/pages/home/components/toPay.vue

@@ -30,8 +30,8 @@
             <view style="width:60vw;height:70vh;background-color: white;padding:70upx 20upx 0 20upx;">
                 <view style="margin-bottom:40upx;text-align: center;font-size:24upx;">{{ cancelText }}</view>
                 <view style="text-align:center;">
-                    <button class="admin-button-com mini-btn" @click="returnCancel">返回</button>
-                    <button class="admin-button-com mini-btn" @click="confirmToCancel" style="margin-left:30upx;">确认取消</button>
+                    <button class="admin-button-com mini-btn default" @click="returnCancel">返回</button>
+                    <button class="admin-button-com mini-btn default" @click="confirmToCancel" style="margin-left:30upx;">确认取消</button>
                 </view>
             </view>
         </uni-popup>
@@ -202,9 +202,9 @@ export default {
             width: 120upx;
             text-align: center;
             line-height: 60upx;
-            border: 2px solid #eee;
+            border: 1px solid #494848;
             font-size: 16upx;
-            color: #333333;
+            color: #494848;
             display:inline-block;
         }
     }