This commit is contained in:
2022-11-16 17:11:24 +08:00
parent 7339ee7ce9
commit c58ebcba3e
5 changed files with 294 additions and 41 deletions

View File

@@ -304,4 +304,18 @@ uni-button:after {
}
.uni-select__input-placeholder,.uni-select__selector-empty, .uni-select__selector-item {
font-size: 28rpx !important
}
.sin_input {
width: 150rpx;
font-size: 28rpx;
line-height: 150rpx;
height: 68rpx;
color: #323232;
padding: 0 .1rem;
border: 1px solid #a1a1a1;
border-radius: 3px;
}
.layout-t tr.checked td .sin_input {
color: #8a8a8a;
border: 1px solid #ffffff;
}