【修改】 出题页面左侧树状结构高度更改
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<!-- 左侧部门树 -->
|
<!-- 左侧部门树 -->
|
||||||
<el-col :span="4" :xs="24">
|
<el-col :span="4" :xs="24">
|
||||||
<ContentWrap style="height: 50%; overflow-y: auto">
|
<ContentWrap style="height: 30%; overflow-y: auto">
|
||||||
<SpecialtyTree @node-click="handleSpecialtyNodeClick" />
|
<SpecialtyTree @node-click="handleSpecialtyNodeClick" />
|
||||||
</ContentWrap>
|
</ContentWrap>
|
||||||
<ContentWrap style="height: 50%; overflow-y: auto">
|
<ContentWrap style="height: 30%; overflow-y: auto">
|
||||||
<DeptTree @node-click="handleDeptNodeClick" />
|
<DeptTree @node-click="handleDeptNodeClick" />
|
||||||
</ContentWrap>
|
</ContentWrap>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
Reference in New Issue
Block a user