uniapp 10 <uni-number-box> 标签样式自定义

/** --------------- 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 ------------- */
posted @ 2026-06-27 16:57  超轶绝尘  阅读(5)  评论(0)    收藏  举报