修复拖动

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

View File

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