修改弹窗高度变大问题

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-04-09 18:44:35 +08:00
parent b2c0238103
commit 6286d0fb19
48 changed files with 222 additions and 222 deletions

View File

@@ -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;