mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
新增属性组件
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.property-input-container {
|
||||
|
||||
.input-item {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: flex-start;
|
||||
|
||||
.input-value {
|
||||
min-width: 240px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user