style:样式
Showing
1 changed file
with
0 additions
and
27 deletions
| ... | @@ -232,7 +232,6 @@ input[type="number"] { | ... | @@ -232,7 +232,6 @@ input[type="number"] { |
| 232 | } | 232 | } |
| 233 | 233 | ||
| 234 | // // 全局修改button颜色 | 234 | // // 全局修改button颜色 |
| 235 | |||
| 236 | .el-form-item__content { | 235 | .el-form-item__content { |
| 237 | flex: 1; | 236 | flex: 1; |
| 238 | } | 237 | } |
| ... | @@ -243,29 +242,3 @@ input[type="number"] { | ... | @@ -243,29 +242,3 @@ input[type="number"] { |
| 243 | top: 2px; | 242 | top: 2px; |
| 244 | } | 243 | } |
| 245 | } | 244 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 246 | |||
| 247 | // 日期选择-日历图标位置 | ||
| 248 | .el-date-editor .el-input__prefix { | ||
| 249 | left: auto; | ||
| 250 | right: 5px; | ||
| 251 | } | ||
| 252 | |||
| 253 | .el-input--prefix .el-input__inner { | ||
| 254 | padding-left: 17px; | ||
| 255 | } | ||
| 256 | |||
| 257 | // 日期范围-日历图标位置 | ||
| 258 | .el-date-editor .el-range__icon { | ||
| 259 | position: absolute; | ||
| 260 | right: 5px; | ||
| 261 | } | ||
| 262 | |||
| 263 | .el-date-editor .el-icon-circle-close { | ||
| 264 | position: absolute; | ||
| 265 | right: 20px; | ||
| 266 | } | ||
| 267 | |||
| 268 | .el-date-editor.el-date-editor--daterange .el-icon-circle-close { | ||
| 269 | position: absolute; | ||
| 270 | right: 25px; | ||
| 271 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment