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;
+ }