feat: align verticle when have slot

This commit is contained in:
Methapon2001 2024-12-17 11:02:55 +07:00
parent 865c82044d
commit 446983753c

View file

@ -28,8 +28,10 @@ defineProps<{
.dialog-header-main {
flex: 1;
text-align: center;
font-weight: bolder;
display: flex;
align-items: center;
justify-content: center;
}
.dialog-header-close {