fix(数据源): 去掉数据源表右侧的滚动条

This commit is contained in:
dataeaseShu 2024-11-26 10:07:09 +08:00
parent 2a26e8e628
commit 93b2d9b721

View File

@ -2222,7 +2222,7 @@ const getMenuList = (val: boolean) => {
padding: 24px; padding: 24px;
margin: 24px; margin: 24px;
background: #fff; background: #fff;
height: calc(100vh - 190px); height: calc(100vh - 200px);
.search-operate { .search-operate {
width: 280px; width: 280px;