mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-03 08:22:48 +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;
|
|
flex-wrap: wrap;
|
|
|
|
.layui-btn {
|
|
pointer-events: none;
|
|
|
|
i {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
}
|
|
|
|
.placeholder {
|
|
color: #808080
|
|
}
|
|
|
|
.layui-form-danger+.layui-input {
|
|
border-color: #ff5722 !important;
|
|
}
|
|
} |