From bda49ff7c89e493b7831d04e047f11a07065d4ee Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 7 Dec 2023 18:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/timeAcupoint/totalTable.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/timeAcupoint/totalTable.vue b/pages/timeAcupoint/totalTable.vue index a1a4b7e..3b11581 100644 --- a/pages/timeAcupoint/totalTable.vue +++ b/pages/timeAcupoint/totalTable.vue @@ -2,13 +2,13 @@ - + - + - + {{dateToString}} @@ -32,7 +32,7 @@ - +
@@ -80,7 +80,7 @@ -
+
@@ -357,7 +357,8 @@ } .tableTh { - background-color: #fbd5ca; + // background-color: #fbd5ca; + background-color: antiquewhite; font-weight: bold; color: #a84a2d; }
灵龟八法