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

11 lines
168 B
Plaintext

.footer {
display: flex;
align-items: center;
justify-content: center;
position: sticky;
bottom: 0;
background: #fff;
z-index: 1;
padding-top: 24rpx;
}