refactor: 移除列表组件的边框样式,提升视觉一致性

This commit is contained in:
jxxghp
2026-06-07 20:32:23 +08:00
parent c4fd8f5631
commit 369afd6674
3 changed files with 4 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ onMounted(() => {
>
{{ props.media?.share_comment }}
</VCardSubtitle>
<VList lines="one">
<VList lines="one" class="border-0">
<VListItem class="ps-0">
<VListItemTitle class="text-center text-md-left">
<span class="font-weight-medium">{{ t('subscribe.sharer') }}</span>

View File

@@ -193,7 +193,7 @@ async function doDelete() {
>
{{ props.workflow?.share_comment }}
</VCardSubtitle>
<VList lines="one">
<VList lines="one" class="border-0">
<VListItem class="ps-0">
<VListItemTitle class="text-center text-md-left">
<span class="font-weight-medium">{{ t('workflow.sharer') }}</span>

View File

@@ -147,13 +147,7 @@ onUnmounted(() => {
<div class="d-flex justify-space-between flex-wrap flex-md-nowrap flex-column flex-md-row">
<div class="mx-auto mt-5">
<VAvatar size="64">
<VImg
ref="imageRef"
:src="pluginIconPath()"
aspect-ratio="4/3"
cover
@error="imageLoadError = true"
/>
<VImg ref="imageRef" :src="pluginIconPath()" aspect-ratio="4/3" cover @error="imageLoadError = true" />
</VAvatar>
</div>
<div class="flex-grow">
@@ -166,7 +160,7 @@ onUnmounted(() => {
>
{{ props.plugin?.plugin_desc }}
</VCardSubtitle>
<VList lines="one">
<VList lines="one" class="border-0">
<VListItem class="ps-0">
<VListItemTitle class="text-center text-md-left">
<span class="font-weight-medium">{{ t('common.version') }}</span>