Merge pull request #13550 from dataease/pr@dev-v2_st

fix(数据源): 去掉数据源表右侧的滚动条
This commit is contained in:
xuwei-fit2cloud 2024-11-26 10:19:18 +08:00 committed by GitHub
commit 0338dde044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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