This commit is contained in:
2024-01-25 11:11:04 +08:00
parent fba41f2c17
commit 273850632c

View File

@@ -134,6 +134,6 @@ onUnmounted(() => {
} }
.wrapper { .wrapper {
height: 100%; height: 100%;
overflow: hidden; overflow: scroll;
} }
</style> </style>