fix(查询组件): 限制自定义排序的弹窗高度,优化滚动条

This commit is contained in:
dataeaseShu 2024-11-25 11:10:35 +08:00
parent 854090dd7f
commit b193074bf0

View File

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