Fix text add by :before overlayed issue

This commit is contained in:
邱博亞 2024-07-15 22:45:19 +08:00
parent 7306409423
commit 659ab43e94
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
content: "No."; content: "No.";
} }
.universal-table-index thead > tr > th:first-child {
width: 4em;
}
.universal-th-icon { .universal-th-icon {
border: 1px solid #eee; border: 1px solid #eee;
padding: 5px 8px; padding: 5px 8px;