Files
FreeERP.Applet/miniprogram/app.wxss
2026-01-29 17:46:14 +08:00

25 lines
301 B
Plaintext

button.t-button {
font-weight: normal;
margin-left: 0;
margin-right: 0;
}
view.t-input,
view.t-cell {
flex: none;
padding: 24rpx;
}
view.t-popup__close {
padding: 12rpx;
}
.t-input__icon--prefix {
display: flex;
}
view.t-cell__title-text {
white-space: nowrap;
flex-shrink: 0;
}