Fix text add by :before overlayed issue

This commit is contained in:
chiu 2024-07-15 14:38:28 +00:00 committed by 邱博亞
parent 7306409423
commit 875be57880
1 changed files with 4 additions and 0 deletions

View File

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