|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<div class="left"> |
|
|
|
<el-tabs v-model="leftActive" tab-position="left" class="left-h" @tab-click="handleTabsClick"> |
|
|
|
<el-tab-pane v-for="item in leftList" :key="item.id" :label="item.label" :name="item.id"> |
|
|
|
<div class="pd10 dialog-h-content scroll-h"> |
|
|
|
<div class="pd10 check-boxwr scroll-h"> |
|
|
|
<checkBox v-if="item.queryItemList.length > 0" :ref="'checkbox' + item.id" |
|
|
|
:list="item.queryItemList" @change="handleChangeBox" /> |
|
|
|
</div> |
|
|
|
@ -466,6 +466,11 @@ export default { |
|
|
|
height: calc(80vh - 120px); |
|
|
|
.left { |
|
|
|
width: 49%; |
|
|
|
height: 100%; |
|
|
|
.check-boxwr { |
|
|
|
height: calc(80vh - 120px); |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
.right { |
|
|
|
flex-shrink: 0; |
|
|
|
@ -498,7 +503,7 @@ export default { |
|
|
|
margin-top: 10px; |
|
|
|
} |
|
|
|
.left-h { |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
::v-deep .el-tabs__header.is-left, |
|
|
|
::v-deep .el-tabs__nav-wrap.is-left::after { |
|
|
|
height: calc(80vh - 120px); |
|
|
|
|