fix: 修复detection列表显示不完整的问题

This commit is contained in:
chenjinsong
2022-05-06 15:32:14 +08:00
parent f8b225cb0d
commit b47c24aeba

View File

@@ -1,6 +1,6 @@
.detection-list { .detection-list {
width: 100%; width: 100%;
height: calc(100% - 42px); overflow: auto;
flex: 1; flex: 1;
position: relative; position: relative;