perf: 调整entity详情的边距

This commit is contained in:
chenjinsong
2021-10-12 16:21:30 +08:00
parent 14a8365e20
commit 25a2da8d4b

View File

@@ -497,7 +497,7 @@
}
}
.entity-detail__body {
height: calc(100% - 90px);
height: calc(100% - 70px);
width: 100%;
overflow: auto;
&>div {