提交: 优化ui

This commit is contained in:
23688nl 2022-10-13 18:40:14 +08:00
parent 63ef4fe2ea
commit 300fd1c3b1
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ export default {
position: relative;
box-sizing: border-box;
.el-tabs__content {
height: calc(100vh - 321px);
height: calc(100vh - 340px);
overflow: auto;
}
.el-tabs__header {