From 9eca6a8e93bfb04858efeb16215ebd0653e2b26a Mon Sep 17 00:00:00 2001 From: whycq0520 <91384184@qq.com> Date: 星期四, 24 三月 2022 22:48:44 +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 9430fba..50cb1b1 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: 12px 10px; + padding: 5px 0px; /* #ifndef APP-NVUE */ display: table-cell; box-sizing: border-box; /* #endif */ - font-size: 14px; + font-size: 16px; font-weight: bold; color: #909399; border-bottom: 1px $border-color solid; -- Gitblit v1.9.1