.page-container.editor{ padding-top:0; font-size: 30rpx; } .editor .radio-group{ font-size: 24rpx; } .radio-group{ color:var(--main-font-color); } .radio-group .item{ padding:20rpx 0; } .editor .button{ margin:30rpx!important; } .picker.cell-bd{ position: relative; } .picker input{ width:100%;height: 100%!important; left:0;top:0; position: absolute; } .cell-hd{ min-width: 132rpx; } .cell-bd{ overflow: hidden; } .cell-bd .no-wrap{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-right: 20rpx; } .cell-bd.no-value{ color:#888; }