mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
增加简单属性排列
This commit is contained in:
22
source/components/descriptions/ul-easy-item/_index.scss
Normal file
22
source/components/descriptions/ul-easy-item/_index.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.ul-easy-item {
|
||||
display : flex;
|
||||
align-items : flex-start;
|
||||
justify-content: flex-start;
|
||||
padding : 5px 0;
|
||||
|
||||
&__name {
|
||||
min-width: 50px;
|
||||
color : #333;
|
||||
}
|
||||
|
||||
&__desc {
|
||||
color : #777;
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: flex-start;
|
||||
|
||||
&__item {
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user