NEZ-2752 style: Asset Filter 选择框显示层级有误

This commit is contained in:
zhangyu
2023-04-06 18:14:12 +08:00
parent dbe2e85c6c
commit 01a3dcf836
2 changed files with 2 additions and 1 deletions

View File

@@ -423,6 +423,7 @@
position: absolute; position: absolute;
bottom: 1px; bottom: 1px;
height: 48px; height: 48px;
z-index: 1;
width: calc(100% - 20px); width: calc(100% - 20px);
} }
} }

View File

@@ -40,7 +40,7 @@
<!-- 顶部分页组件当打开底部上滑框时出现 --> <!-- 顶部分页组件当打开底部上滑框时出现 -->
<!-- <div v-if="showLayout.indexOf('pagination') > -1" class="pagination-top pagination-top-hide display-none"></div>--> <!-- <div v-if="showLayout.indexOf('pagination') > -1" class="pagination-top pagination-top-hide display-none"></div>-->
</div> </div>
<div v-if="showLayout.indexOf('clickSearch') > -1" class="search-box"> <div v-show="bottomBox.mainResizeShow" v-if="showLayout.indexOf('clickSearch') > -1" class="search-box">
<slot name="search"></slot> <slot name="search"></slot>
</div> </div>
<div v-show="bottomBox.mainResizeShow" :style="{ height: nzTableHeight }" class="nz-table-list"> <div v-show="bottomBox.mainResizeShow" :style="{ height: nzTableHeight }" class="nz-table-list">