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;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-28 17:18:43 +08:00
|
|
|
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
|
|
|
}
|
2026-01-28 17:18:43 +08:00
|
|
|
|
|
|
|
|
.t-input__icon--prefix {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2026-01-29 17:46:14 +08:00
|
|
|
|
|
|
|
|
view.t-cell__title-text {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|