cloud-web-corejs 1.0.54-dev.176 → 1.0.54-dev.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
- package/src/components/VabUpload/index.vue +1 -1
- package/src/components/excelImport/index.vue +1 -1
- package/src/components/jsonImport/index.vue +1 -1
- package/src/components/langImport/index.vue +1 -1
- package/src/components/mobile/buttonGroup/index.vue +1 -1
- package/src/components/onlineTalk/index.vue +2 -2
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/descriptions-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/divider-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/file-upload-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/input-batch-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/news-list-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/picture-upload-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/rate-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/rich-editor-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/slider-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/switch-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/textarea-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/title-head-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +1 -1
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1 -0
- package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -2133
- package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -1
- package/src/icons/index.js +9 -0
- package/src/icons/svg/404.svg +1 -0
- package/src/icons/svg/alert.svg +1 -0
- package/src/icons/svg/bug.svg +1 -0
- package/src/icons/svg/button.svg +1 -0
- package/src/icons/svg/card.svg +1 -0
- package/src/icons/svg/cascader-field.svg +1 -0
- package/src/icons/svg/census.svg +1 -0
- package/src/icons/svg/chart.svg +1 -0
- package/src/icons/svg/checkbox-field.svg +1 -0
- package/src/icons/svg/clipboard.svg +1 -0
- package/src/icons/svg/color-field.svg +1 -0
- package/src/icons/svg/component.svg +1 -0
- package/src/icons/svg/custom-component.svg +1 -0
- package/src/icons/svg/dashboard.svg +1 -0
- package/src/icons/svg/data-table.svg +1 -0
- package/src/icons/svg/date-field.svg +1 -0
- package/src/icons/svg/date-range-field.svg +1 -0
- package/src/icons/svg/descriptions.svg +1 -0
- package/src/icons/svg/divider.svg +1 -0
- package/src/icons/svg/document.svg +1 -0
- package/src/icons/svg/documentation.svg +1 -0
- package/src/icons/svg/drag.svg +1 -0
- package/src/icons/svg/echart-category.svg +1 -0
- package/src/icons/svg/echart-pie.svg +1 -0
- package/src/icons/svg/echart.svg +1 -0
- package/src/icons/svg/edit.svg +1 -0
- package/src/icons/svg/education.svg +1 -0
- package/src/icons/svg/email.svg +1 -0
- package/src/icons/svg/example.svg +1 -0
- package/src/icons/svg/excel.svg +1 -0
- package/src/icons/svg/exit-fullscreen.svg +1 -0
- package/src/icons/svg/eye-open.svg +1 -0
- package/src/icons/svg/eye.svg +1 -0
- package/src/icons/svg/file-upload-field.svg +1 -0
- package/src/icons/svg/form.svg +1 -0
- package/src/icons/svg/fullscreen.svg +1 -0
- package/src/icons/svg/github.svg +1 -0
- package/src/icons/svg/grid.svg +1 -0
- package/src/icons/svg/guide.svg +1 -0
- package/src/icons/svg/html-text.svg +1 -0
- package/src/icons/svg/ico-more.svg +1 -0
- package/src/icons/svg/ico-wenjianjia.svg +1 -0
- package/src/icons/svg/icon.svg +1 -0
- package/src/icons/svg/input-batch.svg +1 -0
- package/src/icons/svg/international.svg +1 -0
- package/src/icons/svg/language.svg +1 -0
- package/src/icons/svg/link.svg +1 -0
- package/src/icons/svg/list-export.svg +1 -0
- package/src/icons/svg/list.svg +1 -0
- package/src/icons/svg/lock.svg +1 -0
- package/src/icons/svg/message.svg +1 -0
- package/src/icons/svg/money.svg +1 -0
- package/src/icons/svg/nested.svg +1 -0
- package/src/icons/svg/news-list.svg +1 -0
- package/src/icons/svg/node-tree.svg +1 -0
- package/src/icons/svg/number-field.svg +1 -0
- package/src/icons/svg/password.svg +1 -0
- package/src/icons/svg/pdf.svg +1 -0
- package/src/icons/svg/people.svg +1 -0
- package/src/icons/svg/peoples.svg +1 -0
- package/src/icons/svg/picture-upload-field.svg +1 -0
- package/src/icons/svg/qq.svg +1 -0
- package/src/icons/svg/query.svg +1 -0
- package/src/icons/svg/radio-field.svg +1 -0
- package/src/icons/svg/rate-field.svg +1 -0
- package/src/icons/svg/redo.svg +1 -0
- package/src/icons/svg/rich-editor-field.svg +1 -0
- package/src/icons/svg/search.svg +1 -0
- package/src/icons/svg/searchbox.svg +1 -0
- package/src/icons/svg/section.svg +1 -0
- package/src/icons/svg/select-field.svg +1 -0
- package/src/icons/svg/shopping.svg +1 -0
- package/src/icons/svg/size.svg +1 -0
- package/src/icons/svg/skill.svg +1 -0
- package/src/icons/svg/slider-field.svg +1 -0
- package/src/icons/svg/slot-component.svg +1 -0
- package/src/icons/svg/slot-field.svg +1 -0
- package/src/icons/svg/star.svg +1 -0
- package/src/icons/svg/static-text.svg +1 -0
- package/src/icons/svg/status.svg +1 -0
- package/src/icons/svg/sub-form.svg +1 -0
- package/src/icons/svg/switch-field.svg +1 -0
- package/src/icons/svg/tab.svg +1 -0
- package/src/icons/svg/table.svg +1 -0
- package/src/icons/svg/text-field.svg +1 -0
- package/src/icons/svg/text.svg +1 -0
- package/src/icons/svg/textarea-field.svg +1 -0
- package/src/icons/svg/theme.svg +1 -0
- package/src/icons/svg/time-field.svg +1 -0
- package/src/icons/svg/time-range-field.svg +1 -0
- package/src/icons/svg/tips-text.svg +1 -0
- package/src/icons/svg/title-head.svg +1 -0
- package/src/icons/svg/tree-pane.svg +1 -0
- package/src/icons/svg/tree-table.svg +1 -0
- package/src/icons/svg/tree.svg +1 -0
- package/src/icons/svg/undo.svg +1 -0
- package/src/icons/svg/uploadbox.svg +1 -0
- package/src/icons/svg/user.svg +1 -0
- package/src/icons/svg/vf-box.svg +1 -0
- package/src/icons/svg/vf-dialog.svg +1 -0
- package/src/icons/svg/vf-drawer.svg +1 -0
- package/src/icons/svg/vue-sfc.svg +1 -0
- package/src/icons/svg/wechat.svg +1 -0
- package/src/icons/svg/zip.svg +1 -0
- package/src/index.js +2 -2
- package/src/layout/components/Sidebar/default.vue +3 -3
- package/src/layout/components/TagsView/index.vue +1 -1
- package/src/layout/defaultLayout.vue +2 -2
- package/src/resources/css/h5.scss +548 -0
- package/src/resources/css/iconfont.css +1255 -0
- package/src/resources/css/login.scss +67 -0
- package/src/resources/css/style.scss +6295 -0
- package/src/resources/font/iconfont.ttf +0 -0
- package/src/resources/font/iconfont.woff +0 -0
- package/src/resources/font/iconfont.woff2 +0 -0
- package/src/resources/images/404-error.png +0 -0
- package/src/resources/images/arrow-r.png +0 -0
- package/src/resources/images/bg-login5.jpg +0 -0
- package/src/resources/images/bg-login5.png +0 -0
- package/src/resources/images/bg-login6.jpg +0 -0
- package/src/resources/images/bg-login7.jpg +0 -0
- package/src/resources/images/bg-login8.jpg +0 -0
- package/src/resources/images/button/list_checkbox_normal.png +0 -0
- package/src/resources/images/company-bg.png +0 -0
- package/src/resources/images/default-header.png +0 -0
- package/src/resources/images/error-bg.png +0 -0
- package/src/resources/images/file/ajax-loader.gif +0 -0
- package/src/resources/images/file/bg.png +0 -0
- package/src/resources/images/file/default.png +0 -0
- package/src/resources/images/file/icons.png +0 -0
- package/src/resources/images/file/image.png +0 -0
- package/src/resources/images/file/progress.png +0 -0
- package/src/resources/images/file/success.png +0 -0
- package/src/resources/images/h5/approve1.png +0 -0
- package/src/resources/images/h5/approve2.png +0 -0
- package/src/resources/images/h5/approve3.png +0 -0
- package/src/resources/images/h5/approve4.png +0 -0
- package/src/resources/images/h5/convey.png +0 -0
- package/src/resources/images/h5/danger.png +0 -0
- package/src/resources/images/h5/ic_ex.png +0 -0
- package/src/resources/images/h5/ic_img.png +0 -0
- package/src/resources/images/h5/ic_pdf.png +0 -0
- package/src/resources/images/h5/ic_ppt.png +0 -0
- package/src/resources/images/h5/ic_text.png +0 -0
- package/src/resources/images/h5/ic_word.png +0 -0
- package/src/resources/images/h5/success.png +0 -0
- package/src/resources/images/home-img.png +0 -0
- package/src/resources/images/ico-1.png +0 -0
- package/src/resources/images/ico-cad.svg +1 -0
- package/src/resources/images/ico-cart.png +0 -0
- package/src/resources/images/ico-date.svg +1 -0
- package/src/resources/images/ico-default_wenjian.svg +1 -0
- package/src/resources/images/ico-detail_t_1.png +0 -0
- package/src/resources/images/ico-detail_t_2.png +0 -0
- package/src/resources/images/ico-detail_t_3.png +0 -0
- package/src/resources/images/ico-excel.svg +1 -0
- package/src/resources/images/ico-html.svg +1 -0
- package/src/resources/images/ico-load.gif +0 -0
- package/src/resources/images/ico-music.svg +1 -0
- package/src/resources/images/ico-os-1.png +0 -0
- package/src/resources/images/ico-os-2.png +0 -0
- package/src/resources/images/ico-os-3.png +0 -0
- package/src/resources/images/ico-os-4.png +0 -0
- package/src/resources/images/ico-os-5.png +0 -0
- package/src/resources/images/ico-os-6.png +0 -0
- package/src/resources/images/ico-pdf.svg +1 -0
- package/src/resources/images/ico-photo.svg +1 -0
- package/src/resources/images/ico-ppt.svg +1 -0
- package/src/resources/images/ico-psd.svg +1 -0
- package/src/resources/images/ico-service.png +0 -0
- package/src/resources/images/ico-txt.svg +1 -0
- package/src/resources/images/ico-video.svg +1 -0
- package/src/resources/images/ico-wenjianduo.svg +1 -0
- package/src/resources/images/ico-wenjianjia.svg +1 -0
- package/src/resources/images/ico-wrod.svg +1 -0
- package/src/resources/images/ico-xls.svg +1 -0
- package/src/resources/images/ico-yasuobao.svg +1 -0
- package/src/resources/images/icon-close.svg +1 -0
- package/src/resources/images/icon-error.png +0 -0
- package/src/resources/images/icon-folder.svg +1 -0
- package/src/resources/images/icon-loading.gif +0 -0
- package/src/resources/images/icon-order.png +0 -0
- package/src/resources/images/icon-round-no.svg +1 -0
- package/src/resources/images/icon-round-yes.svg +1 -0
- package/src/resources/images/icon-tips.png +0 -0
- package/src/resources/images/line-bg.png +0 -0
- package/src/resources/images/loading-line.gif +0 -0
- package/src/resources/images/loading-pro.gif +0 -0
- package/src/resources/images/loading-pro1.gif +0 -0
- package/src/resources/images/loading-pro2.gif +0 -0
- package/src/resources/images/loading.gif +0 -0
- package/src/resources/images/loading_1.gif +0 -0
- package/src/resources/images/login-banner_bg.png +0 -0
- package/src/resources/images/login_key.png +0 -0
- package/src/resources/images/login_key_on.png +0 -0
- package/src/resources/images/login_me.png +0 -0
- package/src/resources/images/login_me_on.png +0 -0
- package/src/resources/images/member-bg.jpg +0 -0
- package/src/resources/images/nodata.png +0 -0
- package/src/resources/images/nodata2.png +0 -0
- package/src/resources/images/questionnaire-bg.png +0 -0
- package/src/resources/images/renyuan-img.png +0 -0
- package/src/resources/images/size-seat-bg.png +0 -0
- package/src/resources/images/tab-nav0.png +0 -0
- package/src/resources/images/tab-nav1.png +0 -0
- package/src/resources/images/tabStyle-0.png +0 -0
- package/src/resources/images/tag.png +0 -0
- package/src/resources/images/terminal-under-16x16.png +0 -0
- package/src/resources/images/tips-bg.png +0 -0
- package/src/store/modules/settings.js +1 -1
- package/src/utils/vab.js +1 -1
- package/src/views/bd/setting/table_model/mixins/dialog.js +72 -1
- package/src/views/mobile/user/area/dialog.vue +1 -1
- package/src/views/mobile/user/user/dialog.vue +1 -1
- package/src/views/user/home/default.vue +3 -3
- package/src/views/user/login/default.vue +4 -4
- package/src/views/user/login/index2.vue +4 -4
- package/src/views/user/user/edit.vue +29 -9
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "cloud-web-corejs",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.54-dev.
|
4
|
+
"version": "1.0.54-dev.178",
|
5
5
|
"scripts": {
|
6
6
|
"dev": "vue-cli-service serve",
|
7
7
|
"lint": "eslint --ext .js,.vue src",
|
@@ -167,12 +167,13 @@
|
|
167
167
|
"src/mixins",
|
168
168
|
"src/directive",
|
169
169
|
"src/store",
|
170
|
-
"src/resources
|
170
|
+
"src/resources",
|
171
|
+
"src/icons",
|
171
172
|
"src/lang/index.js",
|
172
173
|
"src/layout",
|
173
174
|
"src/filters",
|
174
175
|
"src/router",
|
175
|
-
"permission.js",
|
176
|
+
"src/permission.js",
|
176
177
|
"src/index.js",
|
177
178
|
"src/App.vue"
|
178
179
|
],
|
@@ -20,7 +20,7 @@
|
|
20
20
|
</div>
|
21
21
|
<ul class="el-upload-list el-upload-list--picture">
|
22
22
|
<div class="nodata" v-if="pasteList.length == 0">
|
23
|
-
<img src="
|
23
|
+
<img src="~@base/resources/images/nodata2.png"/>
|
24
24
|
</div>
|
25
25
|
<li v-for="(pasteFile,index) in pasteList" :key="index" class="el-upload-list__item is-success">
|
26
26
|
<div>
|
@@ -26,7 +26,7 @@
|
|
26
26
|
</div>
|
27
27
|
</el-upload>
|
28
28
|
<div class="upload-finish" v-if="fileRaw">
|
29
|
-
<img :src="require('
|
29
|
+
<img :src="require('@base/resources' + '/images/ico-excel.svg')" class="ico"/>
|
30
30
|
<p class="name">{{ fileRaw.name }}</p>
|
31
31
|
<!-- <p>2022-1-17</p> -->
|
32
32
|
<el-tooltip :enterable="false" class="item" effect="dark"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</div>
|
22
22
|
</el-upload>
|
23
23
|
<div class="upload-finish" v-if="fileRaw">
|
24
|
-
<img :src="require('
|
24
|
+
<img :src="require('@base/resources' + '/images/ico-txt.svg')" class="ico"/>
|
25
25
|
<p class="name">{{ fileRaw.name }}</p>
|
26
26
|
<!-- <p>2022-1-17</p> -->
|
27
27
|
<el-tooltip :enterable="false" class="item" effect="dark"
|
@@ -21,7 +21,7 @@
|
|
21
21
|
</div>
|
22
22
|
</el-upload>
|
23
23
|
<div class="upload-finish" v-if="fileRaw">
|
24
|
-
<img :src="require('
|
24
|
+
<img :src="require('@base/resources' + '/images/ico-txt.svg')" class="ico"/>
|
25
25
|
<p class="name">{{ fileRaw.name }}</p>
|
26
26
|
<!-- <p>2022-1-17</p> -->
|
27
27
|
<el-tooltip :enterable="false" class="item" effect="dark"
|
@@ -293,7 +293,7 @@ export default {
|
|
293
293
|
};
|
294
294
|
</script>
|
295
295
|
<style scoped lang="scss">
|
296
|
-
@import '
|
296
|
+
@import '~@base/styles/variables.scss';
|
297
297
|
.onlieTalk-search-list{
|
298
298
|
list-style: none;margin: -8px -4px 0;padding: 0;min-width: 360px;max-width: 90%;
|
299
299
|
.tit{color: #333;font-size: 14px;margin: 10px 0 3px;padding-left: 6px;
|
@@ -493,7 +493,7 @@ export default {
|
|
493
493
|
|
494
494
|
|
495
495
|
.ico-online {
|
496
|
-
background: url(
|
496
|
+
background: url(~@base/resources/images/ico-service.png) no-repeat center 19px #FFF;
|
497
497
|
background-size: 40px;
|
498
498
|
position: fixed;
|
499
499
|
right: 28px;
|
@@ -25,7 +25,7 @@
|
|
25
25
|
</div>
|
26
26
|
</el-upload>
|
27
27
|
<div class="upload-finish" v-if="fileRaw">
|
28
|
-
<img :src="require('
|
28
|
+
<img :src="require('@base/resources' + '/images/ico-excel.svg')" class="ico"/>
|
29
29
|
<p class="name">{{ fileRaw.name }}</p>
|
30
30
|
<!-- <p>2022-1-17</p> -->
|
31
31
|
<el-tooltip :enterable="false" class="item" effect="dark"
|
@@ -111,7 +111,7 @@ export default {
|
|
111
111
|
</script>
|
112
112
|
|
113
113
|
<style lang="scss" scoped>
|
114
|
-
@import "
|
114
|
+
@import "~@base/styles/global.scss"; //* static-content-wrapper已引入,还需要重复引入吗? *//
|
115
115
|
a.is-disabled {
|
116
116
|
cursor: not-allowed;
|
117
117
|
}
|
@@ -108,7 +108,7 @@ export default {
|
|
108
108
|
</script>
|
109
109
|
|
110
110
|
<style lang="scss" scoped>
|
111
|
-
@import "
|
111
|
+
@import "~@base/styles/global.scss"; //* static-content-wrapper已引入,还需要重复引入吗? *//
|
112
112
|
a.is-disabled {
|
113
113
|
cursor: not-allowed;
|
114
114
|
}
|
package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue
CHANGED
@@ -186,7 +186,7 @@ export default {
|
|
186
186
|
</script>
|
187
187
|
|
188
188
|
<style lang="scss" scoped>
|
189
|
-
@import "
|
189
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
190
190
|
|
191
191
|
.full-width-input {
|
192
192
|
width: 100% !important;
|
@@ -107,7 +107,7 @@
|
|
107
107
|
</script>
|
108
108
|
|
109
109
|
<style lang="scss" scoped>
|
110
|
-
@import "
|
110
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
111
111
|
|
112
112
|
.full-width-input {
|
113
113
|
width: 100% !important;
|
@@ -93,7 +93,7 @@ export default {
|
|
93
93
|
</script>
|
94
94
|
|
95
95
|
<style lang="scss" scoped>
|
96
|
-
@import "
|
96
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
97
97
|
|
98
98
|
.full-width-input {
|
99
99
|
width: 100% !important;
|
@@ -91,7 +91,7 @@ export default {
|
|
91
91
|
</script>
|
92
92
|
|
93
93
|
<style lang="scss" scoped>
|
94
|
-
@import "
|
94
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
95
95
|
|
96
96
|
.full-width-input {
|
97
97
|
width: 100% !important;
|
@@ -262,7 +262,7 @@
|
|
262
262
|
</script>
|
263
263
|
|
264
264
|
<style lang="scss" scoped>
|
265
|
-
@import "
|
265
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
266
266
|
|
267
267
|
.full-width-input {
|
268
268
|
width: 100% !important;
|
package/src/components/xform/form-designer/form-widget/field-widget/picture-upload-widget.vue
CHANGED
@@ -258,7 +258,7 @@
|
|
258
258
|
</script>
|
259
259
|
|
260
260
|
<style lang="scss" scoped>
|
261
|
-
@import "
|
261
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
262
262
|
|
263
263
|
.full-width-input {
|
264
264
|
width: 100% !important;
|
@@ -193,7 +193,7 @@ export default {
|
|
193
193
|
</script>
|
194
194
|
|
195
195
|
<style lang="scss" scoped>
|
196
|
-
@import "
|
196
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
197
197
|
|
198
198
|
.full-width-input {
|
199
199
|
width: 100% !important;
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</script>
|
115
115
|
|
116
116
|
<style lang="scss" scoped>
|
117
|
-
@import "
|
117
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
118
118
|
|
119
119
|
.full-width-input {
|
120
120
|
width: 100% !important;
|
@@ -124,7 +124,7 @@ export default {
|
|
124
124
|
</script>
|
125
125
|
|
126
126
|
<style lang="scss" scoped>
|
127
|
-
@import "
|
127
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
128
128
|
|
129
129
|
.full-width-input {
|
130
130
|
width: 100% !important;
|
@@ -97,7 +97,7 @@ export default {
|
|
97
97
|
</script>
|
98
98
|
|
99
99
|
<style lang="scss" scoped>
|
100
|
-
@import "
|
100
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
101
101
|
::v-deep .el-form-item {
|
102
102
|
min-height: 34px;
|
103
103
|
}
|
@@ -201,7 +201,7 @@ export default {
|
|
201
201
|
</script>
|
202
202
|
|
203
203
|
<style lang="scss" scoped>
|
204
|
-
@import "
|
204
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
205
205
|
|
206
206
|
.full-width-input {
|
207
207
|
width: 100% !important;
|
@@ -235,7 +235,7 @@ export default {
|
|
235
235
|
</script>
|
236
236
|
|
237
237
|
<style lang="scss" scoped>
|
238
|
-
@import "
|
238
|
+
@import "~@base/styles/global.scss"; //* form-item-wrapper已引入,还需要重复引入吗? *//
|
239
239
|
|
240
240
|
.full-width-input {
|
241
241
|
width: 100% !important;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<el-form-item :label="i18nt('显示下划线')">
|
4
4
|
<el-switch v-model="optionModel.underline"></el-switch>
|
5
5
|
</el-form-item>
|
6
|
-
<el-form-item :label="i18nt('表单值显示')">
|
6
|
+
<el-form-item :label="i18nt('表单值显示')" v-if="selectedWidget.type!=='a-link2'">
|
7
7
|
<el-switch v-model="optionModel.isFormLabel"></el-switch>
|
8
8
|
</el-form-item>
|
9
9
|
<el-form-item :label="i18nt('颜色')">
|