fix 字典分类内滚动

This commit is contained in:
yxh 2025-06-11 17:40:21 +08:00
parent 8a38eaa7d6
commit 9deae50ccc

View File

@ -184,4 +184,8 @@ watch(filterText, (val) => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.btm8{margin-bottom: 8px;} .btm8{margin-bottom: 8px;}
.filter-tree{
height: calc(100vh - 290px);
overflow-y: auto;
}
</style> </style>