diff --git a/dist/static/css/main.css b/dist/static/css/main.css index c49926e6..48a7142b 100644 --- a/dist/static/css/main.css +++ b/dist/static/css/main.css @@ -3354,9 +3354,11 @@ button:focus { .admin_contentBox_bodyPain { margin: 10px; - min-width: 600px; + min-width: 666px; +} +.el-form-item__error{ + background-color: none; } - .el-table th { height: 27px; background-color: #EBEBF2; @@ -8850,9 +8852,10 @@ h5.dulilabel{ display: inline-block; width: 28px; height: 28px; - background-color: #ccc; + background-color: #ccc; background: url(/static/img/icon_pic_01.png) no-repeat -180px 0px; } + .selfupdate .webuploader-pick{ width: 120px } diff --git a/public/static/css/main.css b/public/static/css/main.css index c49926e6..c34af92c 100644 --- a/public/static/css/main.css +++ b/public/static/css/main.css @@ -8853,6 +8853,16 @@ h5.dulilabel{ background-color: #ccc; background: url(/static/img/icon_pic_01.png) no-repeat -180px 0px; } + +.el-icon-error::before{ + content: ""; + display: inline-block; + width: 28px; + height: 28px; + background-color: #ccc; + background: url(/static/img/严重警示.svg) no-repeat; +} + .selfupdate .webuploader-pick{ width: 120px } diff --git a/src/components/app-header/app-header.vue b/src/components/app-header/app-header.vue index d1910396..d399b08e 100644 --- a/src/components/app-header/app-header.vue +++ b/src/components/app-header/app-header.vue @@ -32,12 +32,12 @@
- +
diff --git a/src/views/manage_system/template/index.vue b/src/views/manage_system/template/index.vue index cc6ed34e..5f6406d6 100644 --- a/src/views/manage_system/template/index.vue +++ b/src/views/manage_system/template/index.vue @@ -2144,10 +2144,10 @@ export default { setTimeout(() => { this.$refs.tree.setCurrentKey(targetTemlate.id || 'default'); }, 0); - debugger; + //debugger; } else { this.getTempNameAndData(listTemplateTree[0]); - debugger; + //debugger; setTimeout(() => { this.$refs.tree.setCurrentKey('default'); }, 0); @@ -2641,7 +2641,6 @@ export default { }, //确定导入模板操作 enterImport: function () { - debugger; var firstIndustryID = ""; var detailIndustryID = ""; if ( @@ -3184,7 +3183,7 @@ export default { // } // } if (!value) return true; - debugger; + //debugger; return data.label.indexOf(value) !== -1; }, /**