From 02fde092a90227251f0da52a6f6771c328d436e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 15 Dec 2023 16:49:50 +0800 Subject: [PATCH] bug 79330 --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index 5aca8168..230c54cd 100644 --- a/public/index.html +++ b/public/index.html @@ -274,6 +274,11 @@ .ant-select-tree-dropdown { max-height: 250px !important; } + + /*表格横向不滚动的时候,不显示滚动条*/ + .ant-table-body { + overflow: auto !important; + }