fix:界面添加overflow

This commit is contained in:
HH 2024-06-06 17:57:47 +08:00
parent 7a2211ec6a
commit 6923374619

View File

@ -36,7 +36,7 @@
</div> </div>
</div> --> </div> -->
<div class="table_div"> <div class="table_div">
<div> <div style="overflow: scroll;">
<el-tree <el-tree
:data="treeData" :data="treeData"
:props="defaultProps" :props="defaultProps"