style:样式修改
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -68,9 +68,13 @@ | ... | @@ -68,9 +68,13 @@ |
68 | .el-input__inner { | 68 | .el-input__inner { |
69 | background: #07388B; | 69 | background: #07388B; |
70 | border-radius: 2px; | 70 | border-radius: 2px; |
71 | color: #CEF8FF; | 71 | color: #CEF8FF !important; |
72 | border: 1px solid #6BC1FC; | 72 | border: 1px solid #6BC1FC; |
73 | } | 73 | } |
74 | |||
75 | .el-input__inner::placeholder { | ||
76 | color: #CEF8FF !important; | ||
77 | } | ||
74 | } | 78 | } |
75 | 79 | ||
76 | .advanced-search { | 80 | .advanced-search { | ... | ... |
-
Please register or sign in to post a comment