marymelisa 4 years ago
parent
commit
bfaf58aac6

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

@@ -751,6 +751,7 @@
     .ant-input {
         background: @m-grey21;
         border-color: @m-grey14;
+        padding: 0 8px;
         .ant-calendar-range-picker-input {
             color: @m-white0;
             font-size: 14px;

+ 1 - 0
src/views/information/spot-contract/components/add/index.vue

@@ -350,6 +350,7 @@
             <a-form-item label="保证金">
               <a-input class="dialogInput suffixGrey"
                        placeholder="请输入保证金"
+                       style="width: 200px"
                        :suffix="payCurrencyUnit" />
             </a-form-item>
           </a-col>