mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-01 20:41:52 +08:00
优化对话框组件,添加图标以提升用户体验
This commit is contained in:
@@ -138,8 +138,15 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<VDialog width="40rem" scrollable :fullscreen="!display.mdAndUp.value">
|
||||
<VCard :title="t('dialog.userAuth.title')">
|
||||
<VDialogCloseBtn @click="emit('close')" />
|
||||
<VCard>
|
||||
<VCardItem>
|
||||
<VCardTitle>
|
||||
<VIcon icon="mdi-user-check" class="me-2" />
|
||||
{{ t('dialog.userAuth.title') }}
|
||||
</VCardTitle>
|
||||
<VDialogCloseBtn @click="emit('close')" />
|
||||
</VCardItem>
|
||||
<VDivider />
|
||||
<VCardText>
|
||||
<VRow>
|
||||
<VCol cols="12">
|
||||
@@ -150,6 +157,7 @@ onMounted(async () => {
|
||||
item-title="name"
|
||||
:label="t('dialog.userAuth.selectSite')"
|
||||
item-props
|
||||
prepend-inner-icon="mdi-web"
|
||||
>
|
||||
</VSelect>
|
||||
</VCol>
|
||||
|
||||
Reference in New Issue
Block a user