This commit is contained in:
曹辉 2023-01-29 15:33:20 +08:00
parent 3a4a1396f4
commit b9abe4423d

View File

@ -2,7 +2,7 @@
<div class="app-container">
<el-row :gutter="20">
<!--部门数据-->
<el-col :span="4" :xs="24">
<el-col :span="6" :xs="24">
<!-- <div class="head-container">
<el-input
v-model="goodsCategoryName"
@ -13,7 +13,15 @@
style="margin-bottom: 20px"
/>
</div> -->
<div class="head-container" style="height: 580px; overflow-y: auto">
<div
class="head-container"
style="
height: 580px;
overflow-y: auto;
overflow-x: inherit;
width: 100%;
"
>
<el-tree
:data="deptOptions"
:props="defaultProps"
@ -23,7 +31,7 @@
</div>
</el-col>
<!--用户数据-->
<el-col :span="20" :xs="24">
<el-col :span="18" :xs="24">
<el-form
:model="queryParams"
ref="queryForm"