修改弹窗高度变大问题
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="empty-box flexcenter" v-if="showList.length == 0">
|
||||
<Empty></Empty>
|
||||
</div>
|
||||
<el-scrollbar v-else height="479px">
|
||||
<el-scrollbar v-else height="553px">
|
||||
<!-- <el-scrollbar v-else height="40px"> -->
|
||||
<div class="content" @scroll="handleListScroll">
|
||||
<div class="item flexflex" v-for="(item, index) in showList" :key="item.uniqid" @click="goDetails(item['uniqid'] || item?.data?.uniqid)">
|
||||
@@ -382,13 +382,13 @@ const deleteVote = () => {
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
height: 479px;
|
||||
// height: 479px;
|
||||
// height: 100%;
|
||||
// background: #000000;
|
||||
overflow: auto;
|
||||
// padding-right: 13px;
|
||||
// padding-bottom: 35px;
|
||||
padding: 22px 22px 35px;
|
||||
padding: 22px 22px 0;
|
||||
.item {
|
||||
// flex-direction: column;
|
||||
border-bottom: 1px dotted #ebebeb;
|
||||
|
||||
Reference in New Issue
Block a user