fix(查询组件): 限制自定义排序的弹窗高度,优化滚动条
This commit is contained in:
parent
854090dd7f
commit
b193074bf0
@ -7,7 +7,7 @@
|
|||||||
class="custom-sort_filter"
|
class="custom-sort_filter"
|
||||||
width="300px"
|
width="300px"
|
||||||
>
|
>
|
||||||
<div>
|
<div style="max-height: 400px; overflow-y: auto">
|
||||||
<draggable :list="sortList" animation="300" class="drag-list">
|
<draggable :list="sortList" animation="300" class="drag-list">
|
||||||
<template #item="{ element }">
|
<template #item="{ element }">
|
||||||
<span :key="element.name" class="item-dimension" :title="element">
|
<span :key="element.name" class="item-dimension" :title="element">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user