From 925ed404e70e421dd27dd671aba31bad62230d6b Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 16 May 2023 10:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reportProcess/components/reportForm.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/reportProcess/components/reportForm.vue b/src/views/reportProcess/components/reportForm.vue index 92a4f07..9545a72 100644 --- a/src/views/reportProcess/components/reportForm.vue +++ b/src/views/reportProcess/components/reportForm.vue @@ -566,11 +566,20 @@ export default { } .fontColor { - color: #ccc !important; + color: #858585 !important; } } ::v-deep .el-cascader__tags .el-tag{ max-width: 70%; } - +::v-deep .el-input.is-disabled .el-input__inner{ + color: #858585; +} +::v-deep .el-textarea.is-disabled .el-textarea__inner{ + color: #858585; + resize: none; +} +::v-deep .el-input.is-disabled .el-input__inner{ + color: #858585; +}