调整全局磨砂层显示逻辑,仅在用户登录时显示;修改分享订阅对话框的最大宽度;为登录按钮添加图标。

This commit is contained in:
jxxghp
2025-04-27 12:55:43 +08:00
parent 79f45b8499
commit 8c405d941b
3 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ const $toast = useToast()
</script>
<template>
<VDialog scrollable max-width="50rem" :fullscreen="!display.mdAndUp.value">
<VDialog scrollable max-width="30rem" :fullscreen="!display.mdAndUp.value">
<VCard
:title="`分享订阅 - ${props.sub?.name} ${props.sub?.season ? `第 ${props.sub?.season} 季` : ''}`"
class="rounded-t"