diff --git a/.gitignore b/.gitignore index b82f4b8..b8ca9f0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ dist-ssr /stats.html *.iml /package-lock.json +/lib/vuedraggable/dist_bak/ diff --git a/package.json b/package.json index 2dc231d..a9a12f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "variant-form3", - "version": "3.0.7", + "version": "3.0.8", "private": false, "scripts": { "serve": "vite", diff --git a/src/components/form-designer/widget-panel/index.vue b/src/components/form-designer/widget-panel/index.vue index 8bb5b39..37cc2e3 100644 --- a/src/components/form-designer/widget-panel/index.vue +++ b/src/components/form-designer/widget-panel/index.vue @@ -15,7 +15,7 @@ :move="checkContainerMove" @end="onContainerDragEnd"> @@ -27,7 +27,7 @@ :clone="handleFieldWidgetClone" ghost-class="ghost" :sort="false"> @@ -39,7 +39,7 @@ :clone="handleFieldWidgetClone" ghost-class="ghost" :sort="false"> @@ -52,7 +52,7 @@ @@ -275,6 +275,10 @@ \ No newline at end of file + diff --git a/src/icons/svg/card.svg b/src/icons/svg/card.svg index 515441d..0e5404b 100644 --- a/src/icons/svg/card.svg +++ b/src/icons/svg/card.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/cascader-field.svg b/src/icons/svg/cascader-field.svg index 7c18237..ac4ef8e 100644 --- a/src/icons/svg/cascader-field.svg +++ b/src/icons/svg/cascader-field.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/html-text.svg b/src/icons/svg/html-text.svg index d4e5cf5..44b9963 100644 --- a/src/icons/svg/html-text.svg +++ b/src/icons/svg/html-text.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/slot-component.svg b/src/icons/svg/slot-component.svg index c7db9c3..6adea10 100644 --- a/src/icons/svg/slot-component.svg +++ b/src/icons/svg/slot-component.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/tab.svg b/src/icons/svg/tab.svg index 89b675b..b171999 100644 --- a/src/icons/svg/tab.svg +++ b/src/icons/svg/tab.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/time-field.svg b/src/icons/svg/time-field.svg index 83c47fc..9ad81e9 100644 --- a/src/icons/svg/time-field.svg +++ b/src/icons/svg/time-field.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/icons/svg/vue-sfc.svg b/src/icons/svg/vue-sfc.svg index bef2499..4bd20bb 100644 --- a/src/icons/svg/vue-sfc.svg +++ b/src/icons/svg/vue-sfc.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/src/styles/global.scss b/src/styles/global.scss index 5e62169..382de90 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -24,6 +24,13 @@ $--color-primary: #409EFF; } } +.el-form-item { + + .el-rate{ + margin-top: 8px; + } +} + .el-form-item--medium { .el-radio { line-height: 36px !important; diff --git a/src/utils/config.js b/src/utils/config.js index 7e35793..ba4b9b1 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -1,4 +1,4 @@ -export const VARIANT_FORM_VERSION = '3.0.7' +export const VARIANT_FORM_VERSION = '3.0.8' //export const MOCK_CASE_URL = 'https://www.fastmock.site/mock/2de212e0dc4b8e0885fea44ab9f2e1d0/vform/' export const MOCK_CASE_URL = 'https://ks3-cn-beijing.ksyuncs.com/vform-static/vcase/'