fix(查询组件): 自定义排序页面出现双重滚动条

This commit is contained in:
dataeaseShu 2024-11-25 16:55:11 +08:00
parent dcf5778608
commit e305f078b0

View File

@ -7,7 +7,7 @@
class="custom-sort_filter"
width="300px"
>
<div style="max-height: 400px; overflow-y: auto">
<div>
<draggable :list="sortList" animation="300" class="drag-list">
<template #item="{ element }">
<span :key="element.name" class="item-dimension" :title="element">
@ -64,7 +64,7 @@ defineExpose({
.custom-sort_filter {
.drag-list {
overflow: auto;
max-height: 800px;
max-height: 400px;
.item-dimension {
padding: 2px;
margin: 2px;