marymelisa преди 4 години
родител
ревизия
22c27a99a5
променени са 2 файла, в които са добавени 15 реда и са изтрити 3 реда
  1. 12 0
      src/assets/styles/mixin.less
  2. 3 3
      src/views/market/warehouseTrade/components/trade/index.vue

+ 12 - 0
src/assets/styles/mixin.less

@@ -189,4 +189,16 @@
     .ant-input-suffix {
         color: #E5E5E5;
     }
+}
+.tableConditionInput {
+    width: 140px;
+    height: 30px;
+    line-height: 30px;
+    background: @m-grey9;
+    .rounded-corners(3px);
+    border: 0;
+    color: @m-white1;
+}
+.tableConditionInput+.tableConditionInput {
+    margin-left: 10px;
 }

+ 3 - 3
src/views/market/warehouseTrade/components/trade/index.vue

@@ -7,7 +7,7 @@
                 合约:
             </a-col>
             <a-col>
-                <a-select class="conditionSelect"  default-value="1" style="width: 207px">
+                <a-select class="inlineFormSelect"  default-value="1" style="width: 207px">
                     <a-select-option value="1">
                         一口价
                     </a-select-option>
@@ -30,7 +30,7 @@
                 价格:
             </a-col>
             <a-col>
-                <a-input default-value="3247.2" class="commonInput" style="width: 140px;">
+                <a-input default-value="3247.2" class="tableConditionInput" style="width: 140px;">
                     <div slot="addonBefore"><a-icon type="minus" /></div>
                     <div slot="addonAfter"><a-icon type="plus" /></div>
                 </a-input>
@@ -128,7 +128,7 @@ export default defineComponent({
             margin-top: 21px;
         }
         .btns {
-
+            
         }
     }
     .right {