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

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

parent fc04f0b8
......@@ -222,11 +222,10 @@ function handleCloseModal() {
<n-virtual-list
v-show="!pluginListLoading && pluginList.length > 0"
style="max-height: 612px"
:item-size="106"
:items="pluginList"
key-field="pluginId"
items-style="padding-right: 12px;"
:ignore-item-resize="true"
class="!h-[612px] !pr-[12px]"
>
<template #default="{ item }: { item: PluginItemInterface }">
<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