Skip to content

Commit 6e3b67d

Browse files
committed
style: 微调 overflow 样式
1 parent a8f367a commit 6e3b67d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@
250250
display: flex;
251251
align-items: center;
252252
word-break: break-all;
253-
overflow: hidden;
254253
}
255254

256255
.table-cell.center {
@@ -385,6 +384,10 @@
385384
overflow: hidden;
386385
}
387386

387+
td > .table-cell {
388+
overflow: hidden;
389+
}
390+
388391
.table tbody td .table-cell:not(.is-wrap) {
389392
white-space: nowrap;
390393
}
@@ -556,10 +559,6 @@ tr.active:not(.is-edit):hover {
556559
pointer-events: none;
557560
}
558561

559-
.table-fixed-column .table .fixed-right {
560-
border-right: inherit;
561-
}
562-
563562
.table-fixed-column .table .fixed-right.fl {
564563
border-left: 1px solid var(--bb-table-column-fixed-border-color);
565564
}

0 commit comments

Comments
 (0)