修复拖动

This commit is contained in:
huangdeliang 2021-03-12 15:05:16 +08:00
parent a2773a75c3
commit ae62ffd41e

@ -72,7 +72,7 @@ export default {
.content {
overflow: auto;
height: calc(100% - 160px);
height: calc(100vh - 192px);
}
}
</style>