marymelisa há 4 anos atrás
pai
commit
3452833734

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

@@ -160,6 +160,23 @@
         color: #3A87F7;
     }
 }
+::v-deep.ant-select-single.conditionSelect {
+    .ant-select-selector {
+        height: 30px;
+        padding: 0 8px;
+        background: #15202B;
+        border: none;
+        border-radius: 3px;
+        color: @m-grey10;
+    }
+    .ant-select-arrow {
+        right: 8px;
+        color: @m-grey1;
+    }
+}
+.conditionSelect+.conditionSelect {
+    margin-left: 10px;
+}
 ::v-deep.commonInput {
     background: #15202B;
     border: 1px solid @m-grey14;

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

@@ -7,7 +7,7 @@
                 合约:
             </a-col>
             <a-col>
-                <a-select class="inlineFormSelect"  default-value="1" style="width: 207px">
+                <a-select class="conditionSelect"  default-value="1" style="width: 207px">
                     <a-select-option value="1">
                         一口价
                     </a-select-option>
@@ -128,7 +128,7 @@ export default defineComponent({
             margin-top: 21px;
         }
         .btns {
-            
+
         }
     }
     .right {