Browse Source

更新@fskj-admin/core

tongshangming 9 months ago
parent
commit
db351b794b
3 changed files with 671 additions and 266 deletions
  1. 1 1
      package.json
  2. 666 263
      pnpm-lock.yaml
  3. 4 2
      src/views/form/Basic.vue

+ 1 - 1
package.json

@@ -16,7 +16,7 @@
   "dependencies": {
     "@amap/amap-jsapi-loader": "^1.0.1",
     "@element-plus/icons-vue": "^2.3.1",
-    "@fskj-admin/core": "^1.3.4",
+    "@fskj-admin/core": "^1.3.5",
     "@fskj-admin/micro": "^0.1.0",
     "@icon-park/vue-next": "^1.4.2",
     "@sentry/vue": "^8.9.2",

File diff suppressed because it is too large
+ 666 - 263
pnpm-lock.yaml


+ 4 - 2
src/views/form/Basic.vue

@@ -106,9 +106,11 @@ const formConfig = reactive<BasicForm>({
       name: '',
       type: 'divider',
       span: 24,
-      props: {},
+      props: {
+        dividerName: '分割线'
+      },
       formItemProps: {
-        labelWidth: '1px'
+        labelWidth: '0px'
       }
     },
     {

Some files were not shown because too many files changed in this diff