From b541e03cd3a1c7d73ed6b9dc55bd956f39e4108b Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期三, 08 一月 2025 15:44:16 +0800 Subject: [PATCH] 调整图标在树、列表中的显示,按钮配置修改样式 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue index 02ed624..0f567a7 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue @@ -410,6 +410,7 @@ </el-container> <!-- 娣诲姞鑷畾涔夌粍浠� --> + <el-dialog v-dialogDrag v-loading="customLoading" @@ -795,7 +796,7 @@ <avue-tree :key="refresh" ref="authTree" v-model="treeAuthForm" :data="treeAuthData" :option="treeAuthOption" @check-change="treeAuthCheckChange"> <span slot-scope="{ node, data }" class="el-tree-node__label"> - <span style="font-size: 15px"> + <span> <i class="el-icon-s-promotion"></i> {{ (node || {}).label }} </span> @@ -1026,7 +1027,7 @@ ], form: {}, topForm: { - itemQtName:'', + itemQtName: '', columnNumber: 8, showColumn: '3', viName: '', @@ -1288,9 +1289,9 @@ // 閫夐」鍒犻櫎 optionDeleteClickHandler(val) { if (val === 'dialog') { - this.customForm.itemKeyValueList.splice(this.customOptionRow.index,1); + this.customForm.itemKeyValueList.splice(this.customOptionRow.index, 1); } else { - this.form.itemKeyValueList.splice(this.optionRow.index,1); + this.form.itemKeyValueList.splice(this.optionRow.index, 1); } }, @@ -1413,8 +1414,6 @@ const data = res.data.data; this.customAttrData = data; this.customAttrLoading = false; - }).catch(err => { - this.$message.error(err) }); }, @@ -1546,3 +1545,4 @@ //} </style> + -- Gitblit v1.9.3