mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-27 23:52:50 +08:00
fix: 多端数据同步下,列表适配暗黑模式
This commit is contained in:
parent
142387d684
commit
606cb8bb22
@ -33,15 +33,20 @@
|
||||
<DatabaseOutlined style="font-size: 18px;"/>
|
||||
</a>
|
||||
</template>
|
||||
<a-list-item-meta :description="`${item.keys.length} 份文档`">
|
||||
<a-list-item-meta>
|
||||
<template #title>
|
||||
<div>
|
||||
<div style="color: var(--color-text-content)">
|
||||
<span>{{ item.plugin?.pluginName }}</span>
|
||||
</div>
|
||||
</template>
|
||||
<template #avatar>
|
||||
<a-avatar shape="square" :src="item.plugin?.logo"/>
|
||||
</template>
|
||||
<template #description>
|
||||
<div style="color: var(--color-text-desc)">
|
||||
<span>{{ item.keys.length }} 份文档</span>
|
||||
</div>
|
||||
</template>
|
||||
</a-list-item-meta>
|
||||
</a-list-item>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user