25 lines
301 B
Plaintext
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;
|
|
}
|