style:样式修改
Showing
1 changed file
with
5 additions
and
7 deletions
... | @@ -255,13 +255,13 @@ | ... | @@ -255,13 +255,13 @@ |
255 | } | 255 | } |
256 | } | 256 | } |
257 | 257 | ||
258 | // 登簿日志弹出框 | 258 | .el-textarea.is-disabled .el-textarea__inner { |
259 | .commonDialog { | 259 | background-color: transparent !important; |
260 | .el-textarea.is-disabled .el-textarea__inner { | ||
261 | background-color: none !important; | ||
262 | color: #4a4a4a; | 260 | color: #4a4a4a; |
263 | } | 261 | } |
264 | 262 | ||
263 | // 登簿日志弹出框 | ||
264 | .commonDialog { | ||
265 | .el-dialog__headerbtn .el-dialog__close { | 265 | .el-dialog__headerbtn .el-dialog__close { |
266 | font-size: 20px; | 266 | font-size: 20px; |
267 | color: #4162D8 | 267 | color: #4162D8 |
... | @@ -304,8 +304,6 @@ | ... | @@ -304,8 +304,6 @@ |
304 | 304 | ||
305 | .el-textarea.is-disabled .el-textarea__inner { | 305 | .el-textarea.is-disabled .el-textarea__inner { |
306 | @include borderColor("border"); | 306 | @include borderColor("border"); |
307 | background-color: none !important; | ||
308 | color: #4a4a4a; | ||
309 | } | 307 | } |
310 | 308 | ||
311 | .editXML { | 309 | .editXML { | ... | ... |
-
Please register or sign in to post a comment