From b9956e0549e14feae29c4b745a2fe0bc5fbaa4a5 Mon Sep 17 00:00:00 2001 From: tianq Date: Thu, 30 Mar 2023 15:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/modules/management/form.scss | 41 +++++++++++++++++++ .../tuceng/anquan/anquanxuncha/addForm.vue | 38 +---------------- .../tuceng/anquan/shebei/addForm.vue | 40 +----------------- .../tuceng/anquan/yinhuan/addForm.vue | 41 +------------------ .../tuceng/chengshiguanli/addForm.vue | 40 +----------------- .../tuceng/gonggongfuwu/addForm.vue | 40 +----------------- .../tuceng/yingji/changsuo/addForm.vue | 40 +----------------- .../shequzhili/tuceng/yingji/wuzi/addForm.vue | 41 +------------------ .../residentCategoryComponents/addForm.vue | 32 +-------------- .../serviceMattersComponents/addForm.vue | 32 +-------------- 10 files changed, 58 insertions(+), 327 deletions(-) create mode 100644 src/assets/scss/modules/management/form.scss diff --git a/src/assets/scss/modules/management/form.scss b/src/assets/scss/modules/management/form.scss new file mode 100644 index 000000000..6ea13de7e --- /dev/null +++ b/src/assets/scss/modules/management/form.scss @@ -0,0 +1,41 @@ +/deep/ .el-input.is-disabled .el-input__inner, +/deep/ .el-textarea.is-disabled textarea.el-textarea__inner { + // border:none;background-color: transparent; +} +.div_btn { + text-align: right; +} +.div_map { + width: 100%; + height: 320px; + margin-left: 0px; +} +/deep/.el-dialog__body { + padding: 30px 80px; +} +/deep/.el-dialog__footer { + padding: 10px 80px 20px; +} +.form-item::v-deep .el-form-item__label { + color: #fff; +} +.form-item { + .el-radio { + color: #fff; + } + + .el-checkbox { + color: #fff; + } +} +.verifyRed::before { + content: '*'; + color: #f56c6c; + margin-right: 4px; +} +.form_label_box { + width: 150px; + display: inline-block; + text-align: right; + padding-right: 12px; +} \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/anquan/anquanxuncha/addForm.vue b/src/views/modules/shequzhili/tuceng/anquan/anquanxuncha/addForm.vue index 8a6a02639..c848f5353 100644 --- a/src/views/modules/shequzhili/tuceng/anquan/anquanxuncha/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/anquan/anquanxuncha/addForm.vue @@ -447,43 +447,7 @@ export default { diff --git a/src/views/modules/shequzhili/tuceng/anquan/shebei/addForm.vue b/src/views/modules/shequzhili/tuceng/anquan/shebei/addForm.vue index 9e9979173..bc604671b 100644 --- a/src/views/modules/shequzhili/tuceng/anquan/shebei/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/anquan/shebei/addForm.vue @@ -397,43 +397,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/anquan/yinhuan/addForm.vue b/src/views/modules/shequzhili/tuceng/anquan/yinhuan/addForm.vue index f790ca60e..4a4ca657d 100644 --- a/src/views/modules/shequzhili/tuceng/anquan/yinhuan/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/anquan/yinhuan/addForm.vue @@ -490,46 +490,9 @@ export default { } }; - + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/chengshiguanli/addForm.vue b/src/views/modules/shequzhili/tuceng/chengshiguanli/addForm.vue index 42eaed5ab..1e6f11c1b 100644 --- a/src/views/modules/shequzhili/tuceng/chengshiguanli/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/chengshiguanli/addForm.vue @@ -404,43 +404,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/gonggongfuwu/addForm.vue b/src/views/modules/shequzhili/tuceng/gonggongfuwu/addForm.vue index 69aac8350..5b56f19cc 100644 --- a/src/views/modules/shequzhili/tuceng/gonggongfuwu/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/gonggongfuwu/addForm.vue @@ -402,43 +402,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/yingji/changsuo/addForm.vue b/src/views/modules/shequzhili/tuceng/yingji/changsuo/addForm.vue index b561312d6..c371f5a9b 100644 --- a/src/views/modules/shequzhili/tuceng/yingji/changsuo/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/yingji/changsuo/addForm.vue @@ -391,43 +391,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/shequzhili/tuceng/yingji/wuzi/addForm.vue b/src/views/modules/shequzhili/tuceng/yingji/wuzi/addForm.vue index 59ee19b6c..be07e1cd0 100644 --- a/src/views/modules/shequzhili/tuceng/yingji/wuzi/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/yingji/wuzi/addForm.vue @@ -418,44 +418,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/workSys/residentCategoryComponents/addForm.vue b/src/views/modules/workSys/residentCategoryComponents/addForm.vue index 0eb3a604e..58daddb68 100644 --- a/src/views/modules/workSys/residentCategoryComponents/addForm.vue +++ b/src/views/modules/workSys/residentCategoryComponents/addForm.vue @@ -170,35 +170,7 @@ export default { + \ No newline at end of file diff --git a/src/views/modules/workSys/serviceMattersComponents/addForm.vue b/src/views/modules/workSys/serviceMattersComponents/addForm.vue index 78fc58798..733974dd6 100644 --- a/src/views/modules/workSys/serviceMattersComponents/addForm.vue +++ b/src/views/modules/workSys/serviceMattersComponents/addForm.vue @@ -260,35 +260,7 @@ export default { + \ No newline at end of file