Commit 03616fa6 authored by nick zheng's avatar nick zheng

fix(应用配置): 插件列表滚动不流畅

parent fc04f0b8
...@@ -222,11 +222,10 @@ function handleCloseModal() { ...@@ -222,11 +222,10 @@ function handleCloseModal() {
<n-virtual-list <n-virtual-list
v-show="!pluginListLoading && pluginList.length > 0" v-show="!pluginListLoading && pluginList.length > 0"
style="max-height: 612px"
:item-size="106" :item-size="106"
:items="pluginList" :items="pluginList"
key-field="pluginId" :ignore-item-resize="true"
items-style="padding-right: 12px;" class="!h-[612px] !pr-[12px]"
> >
<template #default="{ item }: { item: PluginItemInterface }"> <template #default="{ item }: { item: PluginItemInterface }">
<div <div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment