From 62c21928c15cc046bbfb29150f9f6f71b90a48dd Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sat, 8 Jul 2023 11:48:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20FireFox=E4=B8=8B=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=A0=BC=E8=83=8C=E6=99=AF=E8=89=B2=E4=BC=9A?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/element/TableElement/EditableTable.vue | 1 + src/views/components/element/TableElement/StaticTable.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/components/element/TableElement/EditableTable.vue b/src/views/components/element/TableElement/EditableTable.vue index 4f37e3bf..573968df 100644 --- a/src/views/components/element/TableElement/EditableTable.vue +++ b/src/views/components/element/TableElement/EditableTable.vue @@ -711,6 +711,7 @@ table { word-wrap: break-word; vertical-align: middle; font-size: 14px; + background-clip: padding-box; cursor: default; &.selected::after { diff --git a/src/views/components/element/TableElement/StaticTable.vue b/src/views/components/element/TableElement/StaticTable.vue index 8271f2ee..d749d804 100644 --- a/src/views/components/element/TableElement/StaticTable.vue +++ b/src/views/components/element/TableElement/StaticTable.vue @@ -150,6 +150,7 @@ table { white-space: normal; word-wrap: break-word; vertical-align: middle; + background-clip: padding-box; } .cell-text {