mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
refactor: 修改月份分组位置
This commit is contained in:
18
source/components/group_panel/ul-group-list/_index.scss
Normal file
18
source/components/group_panel/ul-group-list/_index.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.ul-group-list {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ul-card-list {
|
||||
display : flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ul-card-list .ul-card {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.ul-card-list .layui-card:last-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user