From c5e49c10499435802a6551b98772f95660c6f85a Mon Sep 17 00:00:00 2001
From: 王飞 <14095171+wang-fei12345@user.noreply.gitee.com>
Date: 星期五, 07 三月 2025 09:15:56 +0800
Subject: [PATCH] 定位app首次提交

---
 uni_modules/uni-table/components/uni-table/uni-table.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/uni_modules/uni-table/components/uni-table/uni-table.vue b/uni_modules/uni-table/components/uni-table/uni-table.vue
index 90f9925..3ab0496 100644
--- a/uni_modules/uni-table/components/uni-table/uni-table.vue
+++ b/uni_modules/uni-table/components/uni-table/uni-table.vue
@@ -306,10 +306,10 @@
 </script>
 
 <style lang="scss">
-$border-color: #000000;
+$border-color: #ebeef5;
 
 .uni-table-scroll {
-	// width: 100%;
+	width: 100%;
 	/* #ifndef APP-NVUE */
 	overflow-x: auto;
 	/* #endif */
@@ -342,15 +342,13 @@
 }
 
 .table--border {
-	// border: 1px $border-color solid;
-	border-top: 1px $border-color solid;
-	border-left: 1px $border-color solid;
-	// border-right: none;
+	border: 1px $border-color solid;
+	border-right: none;
 }
 
 .border-none {
 	/* #ifndef APP-NVUE */
-	// border-bottom: none;
+	border-bottom: none;
 	/* #endif */
 }
 

--
Gitblit v1.9.3