Files
FreeERP.Applet/miniprogram/pages/components/total-bar-plugin/total-bar-plugin.wxss

11 lines
172 B
Plaintext
Raw Normal View History

2026-01-28 17:13:51 +08:00
.box {
display: flex;
flex-wrap: wrap;
margin-bottom: 24rpx;
column-gap: 24rpx;
row-gap: 16rpx;
background: #e8f3ff;
padding: 24rpx;
border-radius: 8rpx;
}