refactor(PageContent): ♻️ 筛选列超出一定高度滚动

This commit is contained in:
cshaptx4869
2024-05-20 11:10:13 +08:00
parent 8ed10ffa6d
commit 19375de4d8

View File

@@ -67,6 +67,7 @@
<template #reference>
<el-button icon="Operation" circle />
</template>
<el-scrollbar max-height="350px">
<template v-for="col in cols" :key="col">
<el-checkbox
v-if="col.prop"
@@ -74,6 +75,7 @@
:label="col.label"
/>
</template>
</el-scrollbar>
</el-popover>
</template>
<!-- 搜索 -->