From cd45d9d2347927933e51c2d81cf77b430c6a68c0 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 19 三月 2024 12:35:47 +0800 Subject: [PATCH] # --- uni_modules/uni-table/components/uni-th/uni-th.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uni_modules/uni-table/components/uni-th/uni-th.vue b/uni_modules/uni-table/components/uni-th/uni-th.vue index 50cb1b1..9430fba 100644 --- a/uni_modules/uni-table/components/uni-th/uni-th.vue +++ b/uni_modules/uni-table/components/uni-th/uni-th.vue @@ -175,12 +175,12 @@ $border-color: #ebeef5; .uni-table-th { - padding: 5px 0px; + padding: 12px 10px; /* #ifndef APP-NVUE */ display: table-cell; box-sizing: border-box; /* #endif */ - font-size: 16px; + font-size: 14px; font-weight: bold; color: #909399; border-bottom: 1px $border-color solid; -- Gitblit v1.9.1