tangning 2 rokov pred
rodič
commit
4e123e9acb

+ 3 - 0
src/views/account/overview/AddModal.vue

@@ -172,6 +172,9 @@
             label: '到期日期',
             required: true,
             defaultValue:dayjs().add(1,'month').format('YYYY-MM-DD'),
+            colProps: {
+              span: 20,
+            },
             componentProps: {
               disabled:false,
               valueFormat: 'YYYY-MM-DD',

+ 1 - 1
src/views/account/overview/index.vue

@@ -60,7 +60,7 @@
   import { PageWrapper } from '/@/components/Page';
   import { Icon } from '/@/components/Icon';
   import { Divider, Button } from 'ant-design-vue';
-  import { otherInfoStore } from '/@/store/modules/other'
+  import { otherInfoStore } from '/@/store/modules/other';
   import AddModal from './AddModal.vue';
   import AddDownModal from './AddDownModal.vue';
   import caremModal from './caremModal.vue';