From 41625c74ad92b72151f4d1009ea0c791635d9dac Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 19 六月 2023 22:02:56 +0800 Subject: [PATCH] test --- force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css index 2cf535d..0369136 100644 --- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css +++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.css @@ -1,3 +1,4 @@ +@import 'c/lexCssUtility'; .THIS .bcolor { color: #333; } @@ -138,4 +139,22 @@ .THIS tr:hover .encrypt{ display: none; +} + +.THIS tr:hover .encrypt{ + display: none; +} + +.THIS .buttonFontSize{ + font-size: 18px; + min-width: 80px; + max-width: 110px; +} + +.THIS .fontSize{ + font-size: 18px; +} + +.THIS thead th{ + font-size: 18px; } \ No newline at end of file -- Gitblit v1.9.1