From c1a70ad690a82c65b084e1f2f0c729599d368f6a Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Thu, 29 May 2025 03:35:18 +0800 Subject: [PATCH] style: Add styles for semi-table components to improve layout and presentation --- web/src/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/src/index.css b/web/src/index.css index 7600f7cf..68dc4bb3 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -78,6 +78,20 @@ body { .hide-on-mobile { display: none !important; } + + .semi-table-tbody, + .semi-table-row, + .semi-table-row-cell { + display: block !important; + width: auto !important; + padding: 2px !important; + } + .semi-table-row-cell { + border-bottom: 0 !important; + } + .semi-table-tbody > .semi-table-row { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + } } .tableShow {