/** --------------- uniapp <uni-number-box>标签 样式 start ------------- */
/* 数字框组件 数字框 和 前后 - + 号 的间隙 样式 自定义 */
::v-deep.uni-numbox {
height: 60rpx !important;
// background-color: white;
}
/* 数字框组件 前后 - + 号 样式 自定义 */
::v-deep.box--uni-numbox-btns {
height: 60rpx !important;
background-color: white !important;
}
/* 数字框组件 数字框 样式自定义 */
::v-deep.box--uni-numbox__value {
height: 60rpx !important;
background-color: white !important;
}
/** --------------- uniapp <uni-number-box>标签 样式 end ------------- */