From ea7733b9de42b2895a02ad511de97a294a0543a0 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 15 Jul 2024 14:41:14 +0000 Subject: [PATCH] fix --- modules/universal_table/index2.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/universal_table/index2.html.erb b/modules/universal_table/index2.html.erb index 31fec9b..be9ae15 100644 --- a/modules/universal_table/index2.html.erb +++ b/modules/universal_table/index2.html.erb @@ -45,6 +45,9 @@ .universal-table-index thead > tr > th:first-child:before { content: "No."; + } + + .universal-table-index thead > tr > th:first-child:before { width: 4em; }