From 5ced11e61c5884c96badcf8809150afc897e40c2 Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Fri, 28 May 2021 11:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportService/wwwroot/css/site.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReportService/wwwroot/css/site.css b/ReportService/wwwroot/css/site.css index 695cdf2..1500321 100644 --- a/ReportService/wwwroot/css/site.css +++ b/ReportService/wwwroot/css/site.css @@ -111,3 +111,15 @@ body { .container { max-width: 100%; } + +.table-LayoutFix{ + table-layout:fixed; +} + +.nowrap{ + white-space:nowrap; +} + +.fix{ + table-layout:fixed; +} \ No newline at end of file