Commit 90f0b7d2 authored by 罗超's avatar 罗超

1

parent 2a4ede64
...@@ -283,19 +283,19 @@ ...@@ -283,19 +283,19 @@
} }
} }
/deep/el-input, ::v-deep el-input,
/deep/.el-input__inner { ::v-deep .el-input__inner {
background-color: #F2F4F7 !important; background-color: #F2F4F7 !important;
color: #2961FE !important; color: #2961FE !important;
border: none !important; border: none !important;
} }
/deep/.el-input__prefix, ::v-deep .el-input__prefix,
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
color: #2961FE !important; color: #2961FE !important;
} }
/deep/.el-input__inner::placeholder { ::v-deep .el-input__inner::placeholder {
color: #2961FE !important; color: #2961FE !important;
font-size: 12px; font-size: 12px;
} }
......
...@@ -415,19 +415,19 @@ ...@@ -415,19 +415,19 @@
} }
} }
/deep/el-input, ::v-deep el-input,
/deep/.el-input__inner { ::v-deep .el-input__inner {
background-color: #F2F4F7 !important; background-color: #F2F4F7 !important;
color: #2961FE !important; color: #2961FE !important;
border: none !important; border: none !important;
} }
/deep/.el-input__prefix, ::v-deep .el-input__prefix,
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
color: #2961FE !important; color: #2961FE !important;
} }
/deep/.el-input__inner::placeholder { ::v-deep .el-input__inner::placeholder {
color: #2961FE !important; color: #2961FE !important;
font-size: 12px; font-size: 12px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment