|
|
|
@ -658,22 +658,34 @@ |
|
|
|
|
background-color: #1e9fff !important; |
|
|
|
|
color: #FFFFFF !important; |
|
|
|
|
} |
|
|
|
|
.frame_class input.el-input__inner { |
|
|
|
|
.frame_class .el-input__inner, |
|
|
|
|
.frame_class .el-textarea__inner { |
|
|
|
|
border: none; |
|
|
|
|
box-shadow: none; |
|
|
|
|
outline: none; |
|
|
|
|
pointer-events: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.frame_class .el-input__icon { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.frame_class .el-input--prefix .el-input__inner { |
|
|
|
|
padding-left: 15px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.frame_class input::placeholder { |
|
|
|
|
color: transparent; |
|
|
|
|
display: none; /* 默认隐藏 */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.frame_class div.el-select--small { |
|
|
|
|
border: none; |
|
|
|
|
box-shadow: none; |
|
|
|
|
outline: none; |
|
|
|
|
pointer-events: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.container { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: flex-end; /* 将子元素推到容器的末端 */ |
|
|
|
|