refactor: 修改月份分组位置

This commit is contained in:
augushong
2025-08-15 10:38:07 +08:00
parent 1618ed25e4
commit 7da3d39f41
7 changed files with 1 additions and 9 deletions

View 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;
}