shish 4 лет назад
Родитель
Сommit
4530830891

+ 2 - 2
ghsApp/src/admin/cg/set.vue

@@ -11,7 +11,7 @@
 
           <tui-list-cell class="line-cell" :arrow="false" v-if="cgModel == 1">
             <div class="tui-title">运费成本:</div>
-            <input v-model="form.cgPerCost" placeholder-class="phcolor" class="tui-input" @focus="form.cgPerCost=''" name="cgPerCost" placeholder="每公斤的运费成本" />
+            <input v-model="form.cgPerCost" type="digit" placeholder-class="phcolor" class="tui-input" @focus="form.cgPerCost=''" name="cgPerCost" placeholder="每公斤的运费成本" />
           </tui-list-cell>
 
         </div>
@@ -82,7 +82,7 @@ export default {
               //这个切换得更彻底
               that.$store.commit("setLoginInfo", {})
               that.$util.pageTo({url: "/admin/cg/set",type: 3})
-            },1500);
+            },900);
           }
       })
     }

+ 1 - 1
ghsApp/src/pagesPurchase/order.vue

@@ -239,7 +239,7 @@ export default {
 	.cg-set{
 		margin-right:60rpx;
 		color:#3385ff;
-		font-size:28rpx;
+		font-size:30rpx;
 	}
 }
 </style>

+ 1 - 1
ghsApp/src/pagesPurchase/supplier.vue

@@ -215,7 +215,7 @@ export default {
   .cg-set{
     margin-right:60rpx;
     color:#3385ff;
-    font-size:28rpx;
+    font-size:30rpx;
   }
   .add-ghs{
     margin-right:20rpx;