Browse Source

默认无颜色

zhengkaixin 1 year ago
parent
commit
503f7a98b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      uni_modules/uview-ui/components/u-divider/u-divider.vue

+ 1 - 1
uni_modules/uview-ui/components/u-divider/u-divider.vue

@@ -91,7 +91,7 @@ export default {
 		// 整个divider的背景颜色
 		// 整个divider的背景颜色
 		bgColor: {
 		bgColor: {
 			type: String,
 			type: String,
-			default: '#f4f4f4'
+			default: ''
 		},
 		},
 		// 整个divider的高度单位rpx
 		// 整个divider的高度单位rpx
 		height: {
 		height: {