marymelisa 4 rokov pred
rodič
commit
6bab7e95bc

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

@@ -277,6 +277,7 @@
                 <a-range-picker v-model:value="priceDate"
                                 class="commonPicker"
                                 :disabled-date="disabledDate"
+                                style="width: 200px"
                                 :show-time="{hideDisabledOptions: true}"
                                 format="YYYY-MM-DD" />
               </a-form-item>
@@ -285,6 +286,7 @@
               <a-form-item label="交收期">
                 <a-range-picker v-model:value="deliveryDate"
                                 class="commonPicker"
+                                style="width: 200px"
                                 :disabled-date="disabledDate"
                                 :show-time="{hideDisabledOptions: true}"
                                 format="YYYY-MM-DD" />