bug 79330

This commit is contained in:
赵霄
2023-12-15 16:49:50 +08:00
parent a95dd5a664
commit 02fde092a9
+5
View File
@@ -274,6 +274,11 @@
.ant-select-tree-dropdown {
max-height: 250px !important;
}
/*表格横向不滚动的时候,不显示滚动条*/
.ant-table-body {
overflow: auto !important;
}
</style>
<!-- 全局配置 -->
</head>