mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
12 lines
219 B
SCSS
12 lines
219 B
SCSS
.property-input-container {
|
|
|
|
.input-item {
|
|
display : flex;
|
|
align-items : center;
|
|
justify-content: flex-start;
|
|
|
|
.input-value {
|
|
min-width: 240px;
|
|
}
|
|
}
|
|
} |