fix routes.

This commit is contained in:
2023-06-13 12:02:59 +08:00
parent c27f5c43c7
commit 03f24190fc
13 changed files with 408 additions and 454 deletions

View File

@@ -113,6 +113,6 @@ function handleAll() {
<style scoped>
.inputArea {
width: 200px;
height: calc(100vh - 108px);
height: 500px;
}
</style>