检查项目设置-套餐设置-套餐管理界面放大或缩小数据显示不全

This commit is contained in:
2025-11-28 15:24:52 +08:00
parent 548fabcffe
commit 327e88e6d4
3 changed files with 92 additions and 10 deletions

View File

@@ -562,6 +562,11 @@ select {
flex: 1;
margin-left: 160px;
padding: 24px;
width: calc(100% - 160px);
height: 100vh;
overflow-x: auto;
overflow-y: auto;
box-sizing: border-box;
}
.header {