修改
This commit is contained in:
parent
3a4a1396f4
commit
b9abe4423d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user