Procházet zdrojové kódy

refactor:我的页面删除分割线

zhanghui před 2 roky
rodič
revize
9f8c77dde1

+ 2 - 2
uni_modules/uni-list/components/uni-list-item/uni-list-item.vue

@@ -327,7 +327,7 @@
 	$uni-img-size-sm:20px;
 	$uni-img-size-base:26px;
 	$uni-img-size-lg:40px;
-	$uni-border-color:#e5e5e5;
+	$uni-border-color:#FFFFFF;
 	$uni-bg-color-hover:#f1f1f1;
 	$uni-text-color-grey:#999;
 	$list-item-pd: $uni-spacing-col-lg $uni-spacing-row-lg;
@@ -531,4 +531,4 @@
 		text-overflow: ellipsis;
 		/* #endif */
 	}
-</style>
+</style>

+ 1 - 1
uni_modules/uni-list/components/uni-list/uni-list.vue

@@ -70,7 +70,7 @@
 </script>
 <style lang="scss">
 	$uni-bg-color:#ffffff;
-	$uni-border-color:#e5e5e5;
+	$uni-border-color:#ffffff;
 
 	.uni-list {
 		/* #ifndef APP-NVUE */