Files
FreeERP.Applet/miniprogram/app.wxss

20 lines
231 B
Plaintext
Raw Normal View History

2025-11-28 16:49:36 +08:00
button.t-button {
font-weight: normal;
2025-12-26 17:26:32 +08:00
margin-left: 0;
margin-right: 0;
}
view.t-input,
view.t-cell {
2025-12-26 17:26:32 +08:00
flex: none;
2026-01-21 17:05:30 +08:00
padding: 24rpx;
2025-12-26 17:26:32 +08:00
}
view.t-popup__close {
2026-01-21 17:05:30 +08:00
padding: 12rpx;
2025-11-28 16:49:36 +08:00
}
.t-input__icon--prefix {
display: flex;
}