fix: 超过高度才显示滚动条
This commit is contained in:
@@ -528,7 +528,7 @@ onMounted(() => {
|
||||
|
||||
&-html {
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user