Files
FreeERP.Applet/miniprogram/pages/components/pagination-plugin/pagination-plugin.wxss
2026-01-21 17:05:30 +08:00

9 lines
182 B
Plaintext

.box {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, max-content));
column-gap: 16rpx;
row-gap: 16rpx;
align-items: center;
justify-content: center;
}