【修改】 出题页面左侧树状结构高度更改

This commit is contained in:
dlaren
2025-08-18 17:32:25 +08:00
parent 8ca8455734
commit aadad0b0bb

View File

@@ -2,10 +2,10 @@
<el-row :gutter="20">
<!-- 左侧部门树 -->
<el-col :span="4" :xs="24">
<ContentWrap style="height: 50%; overflow-y: auto">
<ContentWrap style="height: 30%; overflow-y: auto">
<SpecialtyTree @node-click="handleSpecialtyNodeClick" />
</ContentWrap>
<ContentWrap style="height: 50%; overflow-y: auto">
<ContentWrap style="height: 30%; overflow-y: auto">
<DeptTree @node-click="handleDeptNodeClick" />
</ContentWrap>
</el-col>