feat: center dialogs vertically

This commit is contained in:
pa
2025-08-27 21:04:20 +09:00
committed by Natsumi
parent 475c7f4f9c
commit 5e4430e311
12 changed files with 83 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
:visible.sync="groupDialog.visible"
:show-close="false"
width="770px"
top="10vh"
class="x-dialog x-group-dialog">
<div class="group-banner-image">
<el-popover placement="right" width="500px" trigger="click">

View File

@@ -4,7 +4,6 @@
:visible.sync="groupMemberModeration.visible"
:title="t('dialog.group_member_moderation.header')"
append-to-body
top="5vh"
width="90vw">
<div>
<h3>{{ groupMemberModeration.groupRef.name }}</h3>