添加组件及页面
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.box {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(0, max-content));
|
||||
column-gap: 16rpx;
|
||||
row-gap: 16rpx;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 8px;
|
||||
row-gap: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user