mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: FireFox下表格单元格背景色会覆盖边框
This commit is contained in:
parent
b32182fc8d
commit
62c21928c1
@ -711,6 +711,7 @@ table {
|
||||
word-wrap: break-word;
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
background-clip: padding-box;
|
||||
cursor: default;
|
||||
|
||||
&.selected::after {
|
||||
|
@ -150,6 +150,7 @@ table {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
vertical-align: middle;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
.cell-text {
|
||||
|
Loading…
x
Reference in New Issue
Block a user