Browse Source

style update

marymelisa 4 years ago
parent
commit
33b3e22929

+ 3 - 2
src/assets/styles/mixin.less

@@ -2899,11 +2899,12 @@ input:-internal-autofill-selected {
                 .name {
                     min-width: 120px;
                     height: 30px;
+                    line-height: 28px;
                     background: @m-blue28;
                     border: 1px solid @m-black37;
                     .rounded-corners(3px);
                     text-align: center;
-                    font-size: 16px;
+                    font-size: 14px;
                     color: @m-white6;
                 }
 
@@ -2914,7 +2915,7 @@ input:-internal-autofill-selected {
                     background: @m-black38;
                     .rounded-corners(5px);
                     color: @m-blue26;
-                    font-size: 14px;
+                    font-size: 12px;
                     text-align: center;
                 }
             }

+ 1 - 1
src/views/market/spot_trade/warehouse_pre_sale/warehouse_pre_sale_blocs/components/post-buying/permancePlanTmp.vue

@@ -108,7 +108,7 @@ export default defineComponent({
             line-height: 40px;
             border-bottom: 1px solid @m-blue20;
             color: @m-white11;
-            font-size: 16px;
+            font-size: 14px;
         }
     }
 }