From 9bf6f5bd63ec6eb2c6e00f8cc7ec5e705545f514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Mon, 18 Apr 2022 09:48:30 +0800 Subject: [PATCH] =?UTF-8?q?52455=20=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=20=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=B8=85=20?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E6=94=B9=E8=8A=82=E7=82=B9=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=8A=8A=E7=BB=8F=E7=90=86=E4=BA=BA=E5=AE=A1=E6=89=B9=E6=94=B9?= =?UTF-8?q?=E6=88=90=E6=89=B9=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/phone/bzrk/step2.vue | 51 ++++++++++++++++++- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/phone/bzrk/step2.vue b/src/pages/processCenter/pages/phone/bzrk/step2.vue index f7d04fd5c..fd44331f2 100644 --- a/src/pages/processCenter/pages/phone/bzrk/step2.vue +++ b/src/pages/processCenter/pages/phone/bzrk/step2.vue @@ -51,8 +51,31 @@ - - + + + + + + + + + @@ -977,5 +1000,29 @@ export default { } } } + /deep/ .el-select__tags-text{ + color: #000000 !important; + cursor: not-allowed !important; + opacity: 1 !important; + -webkit-text-fill-color: #000000 !important; + background: transparent !important; + font-weight: 400 !important; + mso-ansi-font-weight: 400 !important; + mso-bidi-font-weight: 400 !important; + } + + /deep/ .el-input__inner{ + color: #000000 !important; + cursor: not-allowed !important; + opacity: 1 !important; + -webkit-text-fill-color: #000000 !important; + background: transparent !important; + font-weight: 400 !important; + mso-ansi-font-weight: 400 !important; + mso-bidi-font-weight: 400 !important; + } + /deep/ .fileClass{ + line-height: 22px !important; + } }