tanxue пре 2 месеци
родитељ
комит
c838fbb00d

+ 1 - 0
common/styles/global/components.scss

@@ -41,6 +41,7 @@ view{box-sizing: border-box;}
 /***** list列表滚动  *****/
 .phone-scroll-view{
 	.uni-load-more{margin-bottom:var(--status-bar-height);}
+	.uni-list--border-bottom{display: none;}
 }
 
 /***** 富文本处理  *****/

+ 1 - 2
common/styles/global/pages.scss

@@ -32,8 +32,7 @@
 	box-sizing: border-box;
 	.kaoshi-scroll-view {height: calc(100vh - 322rpx);}
 	.admin-list-box{
-		background-color: #f4f6fa!important;
-		.admin-list-item-box{margin-bottom: 20rpx;}
+		.admin-list-item-box{border-bottom: 20rpx solid #f4f6fa;}
 		.uni-list--border{display: none;}
 	}
 	

+ 1 - 1
pages/admin/Kecheng/list.vue

@@ -15,7 +15,7 @@
 		<view class="kaoshi-content-box">
 			<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 				:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-				class="kaoshi-scroll-view">
+				class="phone-scroll-view kaoshi-scroll-view">
 				<uni-list class="admin-list-box">
 					<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 						<template v-slot:body>

+ 1 - 1
pages/client/Kaoshi/list.vue

@@ -8,7 +8,7 @@
 		<view class="kaoshi-content-box">
 			<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 				:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-				class="kaoshi-scroll-view">
+				class="phone-scroll-view kaoshi-scroll-view">
 				<uni-list class="admin-list-box">
 					<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 						<template v-slot:body>