fix: 超过高度才显示滚动条

This commit is contained in:
TsMask
2023-11-25 19:25:19 +08:00
parent a991cf3370
commit ac14a207c4
9 changed files with 26 additions and 14 deletions

View File

@@ -528,7 +528,7 @@ onMounted(() => {
&-html {
max-height: 300px;
overflow-y: scroll;
overflow-y: auto;
}
}
</style>