mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
29 lines
486 B
SCSS
29 lines
486 B
SCSS
.property-input-container {
|
|
.input-item {
|
|
.input-value {
|
|
min-width: 240px;
|
|
}
|
|
|
|
.input-option{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.layui-textarea{
|
|
min-height: auto;
|
|
}
|
|
|
|
td{
|
|
vertical-align: top;
|
|
}
|
|
|
|
.input-radio{
|
|
label{
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.item-radio{
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
} |