From 6ca71f4e6f59b6f53ccb346157aae472e1c0bfb5 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 22 Jul 2024 14:55:56 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087355]=20=E8=A7=A3=E5=86=B3=E7=81=AB?= =?UTF-8?q?=E7=8B=90=E6=B5=8F=E8=A7=88=E5=99=A8=E8=A1=A8=E6=A0=BC=E5=8F=8C?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/less/common.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/assets/less/common.less b/src/assets/less/common.less index 7004c61..d26982d 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -977,7 +977,13 @@ /deep/ .ant-table-fixed-header .ant-table-scroll .ant-table-header { margin-bottom: -8px !important; } - +// 火狐单独处理 +@-moz-document url-prefix() { + /deep/ .ant-table-fixed-header .ant-table-scroll .ant-table-header { + margin-bottom: 0px !important; + overflow-x: hidden !important; + } +} /deep/ .ant-table-hide-scrollbar { scrollbar-color: unset; } \ No newline at end of file