mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
24 lines
428 B
SCSS
24 lines
428 B
SCSS
.table-data-container {
|
|
.layui-input {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: left;
|
|
|
|
.placeholder {
|
|
color: #808080
|
|
}
|
|
|
|
.layui-btn {
|
|
pointer-events: none;
|
|
|
|
i {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.layui-form-danger+.layui-input {
|
|
border-color: #ff5722 !important;
|
|
}
|
|
} |