mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 01:36:45 +08:00
refactor: 移除列表组件的边框样式,提升视觉一致性
This commit is contained in:
@@ -201,7 +201,7 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
{{ props.media?.share_comment }}
|
{{ props.media?.share_comment }}
|
||||||
</VCardSubtitle>
|
</VCardSubtitle>
|
||||||
<VList lines="one">
|
<VList lines="one" class="border-0">
|
||||||
<VListItem class="ps-0">
|
<VListItem class="ps-0">
|
||||||
<VListItemTitle class="text-center text-md-left">
|
<VListItemTitle class="text-center text-md-left">
|
||||||
<span class="font-weight-medium">{{ t('subscribe.sharer') }}:</span>
|
<span class="font-weight-medium">{{ t('subscribe.sharer') }}:</span>
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ async function doDelete() {
|
|||||||
>
|
>
|
||||||
{{ props.workflow?.share_comment }}
|
{{ props.workflow?.share_comment }}
|
||||||
</VCardSubtitle>
|
</VCardSubtitle>
|
||||||
<VList lines="one">
|
<VList lines="one" class="border-0">
|
||||||
<VListItem class="ps-0">
|
<VListItem class="ps-0">
|
||||||
<VListItemTitle class="text-center text-md-left">
|
<VListItemTitle class="text-center text-md-left">
|
||||||
<span class="font-weight-medium">{{ t('workflow.sharer') }}:</span>
|
<span class="font-weight-medium">{{ t('workflow.sharer') }}:</span>
|
||||||
|
|||||||
@@ -147,13 +147,7 @@ onUnmounted(() => {
|
|||||||
<div class="d-flex justify-space-between flex-wrap flex-md-nowrap flex-column flex-md-row">
|
<div class="d-flex justify-space-between flex-wrap flex-md-nowrap flex-column flex-md-row">
|
||||||
<div class="mx-auto mt-5">
|
<div class="mx-auto mt-5">
|
||||||
<VAvatar size="64">
|
<VAvatar size="64">
|
||||||
<VImg
|
<VImg ref="imageRef" :src="pluginIconPath()" aspect-ratio="4/3" cover @error="imageLoadError = true" />
|
||||||
ref="imageRef"
|
|
||||||
:src="pluginIconPath()"
|
|
||||||
aspect-ratio="4/3"
|
|
||||||
cover
|
|
||||||
@error="imageLoadError = true"
|
|
||||||
/>
|
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-grow">
|
<div class="flex-grow">
|
||||||
@@ -166,7 +160,7 @@ onUnmounted(() => {
|
|||||||
>
|
>
|
||||||
{{ props.plugin?.plugin_desc }}
|
{{ props.plugin?.plugin_desc }}
|
||||||
</VCardSubtitle>
|
</VCardSubtitle>
|
||||||
<VList lines="one">
|
<VList lines="one" class="border-0">
|
||||||
<VListItem class="ps-0">
|
<VListItem class="ps-0">
|
||||||
<VListItemTitle class="text-center text-md-left">
|
<VListItemTitle class="text-center text-md-left">
|
||||||
<span class="font-weight-medium">{{ t('common.version') }}:</span>
|
<span class="font-weight-medium">{{ t('common.version') }}:</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user