fix: FireFox下表格单元格背景色会覆盖边框

This commit is contained in:
pipipi-pikachu 2023-07-08 11:48:33 +08:00
parent b32182fc8d
commit 62c21928c1
2 changed files with 2 additions and 0 deletions

View File

@ -711,6 +711,7 @@ table {
word-wrap: break-word; word-wrap: break-word;
vertical-align: middle; vertical-align: middle;
font-size: 14px; font-size: 14px;
background-clip: padding-box;
cursor: default; cursor: default;
&.selected::after { &.selected::after {

View File

@ -150,6 +150,7 @@ table {
white-space: normal; white-space: normal;
word-wrap: break-word; word-wrap: break-word;
vertical-align: middle; vertical-align: middle;
background-clip: padding-box;
} }
.cell-text { .cell-text {