chenhaozhe
2026-02-01 f84e1145c15cbd350fbaf5704f1de9b57bcdbb5e
pages/ZLGL/style/MJBillStyle.scss
@@ -97,6 +97,7 @@
        // width: 450rpx;
        flex: 1;
        border-radius: 22rpx;
        height: 100%;
        border: 1px solid #acacac;
        position: relative;
        display: flex;
@@ -106,7 +107,19 @@
        }
        .uni-combox {
            width: 100%
            width: 100%;
            padding-top: 0;
            padding-bottom: 0;
            .uni-input-wrapper {
                .uni-input-placeholder{
                    font-size: 24rpx;
                }
            }
            .uni-input-wrapper ::v-deep(.uni-input-input) {
                font-size: 24rpx !important;
            }
        }
    }