mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
13 lines
229 B
SCSS
13 lines
229 B
SCSS
.table-data-container {
|
|
.layui-input {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: left;
|
|
|
|
.placeholder {
|
|
color: #808080
|
|
}
|
|
|
|
.layui-btn {}
|
|
}
|
|
} |