Files
FreeERP.Applet/miniprogram/pages/components/select-plugin/select-plugin.wxss
T

11 lines
168 B
Plaintext
Raw Normal View History

.footer {
display: flex;
align-items: center;
justify-content: center;
position: sticky;
bottom: 0;
background: #fff;
z-index: 1;
2026-01-21 17:05:30 +08:00
padding-top: 24rpx;
}