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; + } }