shish 3 лет назад
Родитель
Сommit
566d243a7f
1 измененных файлов с 5 добавлено и 16 удалено
  1. 5 16
      ghsApp/src/admin/billing/affirm.vue

+ 5 - 16
ghsApp/src/admin/billing/affirm.vue

@@ -177,7 +177,7 @@
       </view>
       <text style="font-size:30upx;right:100upx;">
       当前在
-      <text style="font-weight:bold;color:red;margin-left:6upx;font-size:38upx;">{{currentShop.shopName}}</text></text>
+      <text style="font-weight:bold;color:red;margin-left:5upx;font-size:32upx;">{{currentShop.shopName}}</text></text>
       <button class="admin-button-com blue big" @click="confirmSubmit">提交</button>
     </view>
 
@@ -697,12 +697,6 @@ export default {
           height: 240upx;
         }
       }
-      // .tui-placeholder,
-      // .tui-input {
-      // 	padding-right: 30upx;
-      // 	width: 100%;
-      // 	text-align: right;
-      // }
     }
   }
   .under-bar {
@@ -710,20 +704,14 @@ export default {
     display: flex;
     justify-content: space-between;
     align-items: center;
-    padding: 0 20upx;
+    padding: 0 10upx;
     position: fixed;
     bottom:0;
-    /* 手机mobile屏幕小于1000px */
     @media screen and (max-width: 1100px) {
       width: 100%;
     }
-    /* 收银台cashier屏幕大于1000px */
-    @media screen and (min-width:1100px) {
-      width: 40%;
-    } 
     height: 100upx;
     background-color: #fff;
-
     box-shadow: 0upx -1upx 6upx 0upx rgba(4, 0, 0, 0.06);
     .price-view {
       display: flex;
@@ -733,10 +721,11 @@ export default {
         color: #333;
       }
       .price-number {
-        margin: 0 20upx;
+        margin: 0 8upx;
         color: #ff2842;
         .large {
-          font-size: 40upx;
+          font-size:26upx;
+          font-weight:bold;
         }
       }
     }