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-td/uni-td.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uni_modules/uni-table/components/uni-td/uni-td.vue b/uni_modules/uni-table/components/uni-td/uni-td.vue index 3e95ebd..69e5e8a 100644 --- a/uni_modules/uni-table/components/uni-td/uni-td.vue +++ b/uni_modules/uni-table/components/uni-td/uni-td.vue @@ -76,7 +76,7 @@ </script> <style lang="scss"> - $border-color:#000000; + $border-color:#EBEEF5; .uni-table-td { display: table-cell; @@ -85,7 +85,7 @@ border-bottom: 1px $border-color solid; font-weight: 400; color: #606266; - // line-height: 23px; + line-height: 23px; box-sizing: border-box; } -- Gitblit v1.9.3