This commit is contained in:
Horis
2023-04-14 22:14:04 +08:00
parent 3e0938a2c9
commit 8fa1056af1
23 changed files with 116 additions and 65 deletions

View File

@@ -52,4 +52,8 @@ const isBookSource = computed(() => {
});
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
:deep(#debug-text) {
height: calc(100vh - 45px - 36px - 5px);
}
</style>