From 659ab43e9421debfb1298557402a823b00d38642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Mon, 15 Jul 2024 22:45:19 +0800 Subject: [PATCH] Fix text add by :before overlayed issue --- modules/universal_table/index2.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/universal_table/index2.html.erb b/modules/universal_table/index2.html.erb index 1bd0bf6..21be44b 100644 --- a/modules/universal_table/index2.html.erb +++ b/modules/universal_table/index2.html.erb @@ -47,6 +47,10 @@ content: "No."; } + .universal-table-index thead > tr > th:first-child { + width: 4em; + } + .universal-th-icon { border: 1px solid #eee; padding: 5px 8px;