refactor(PageContent): ♻️ 筛选列超出一定高度滚动
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button icon="Operation" circle />
|
<el-button icon="Operation" circle />
|
||||||
</template>
|
</template>
|
||||||
|
<el-scrollbar max-height="350px">
|
||||||
<template v-for="col in cols" :key="col">
|
<template v-for="col in cols" :key="col">
|
||||||
<el-checkbox
|
<el-checkbox
|
||||||
v-if="col.prop"
|
v-if="col.prop"
|
||||||
@@ -74,6 +75,7 @@
|
|||||||
:label="col.label"
|
:label="col.label"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
</el-scrollbar>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
</template>
|
</template>
|
||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user