Skip to content

Commit 2334ea3

Browse files
committed
feat: 固定列时移除 table-layout 样式
1 parent 841ccab commit 2334ea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BootstrapBlazor/Components/Table/Table.razor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,6 @@ tr.active:not(.is-edit):hover {
549549

550550
.table-fixed-column {
551551
.table {
552-
table-layout: fixed;
553552
border-collapse: separate;
554553
border-spacing: 0;
555554
}

0 commit comments

Comments
 (0)