feat: align verticle when have slot
This commit is contained in:
parent
865c82044d
commit
446983753c
1 changed files with 3 additions and 1 deletions
|
|
@ -28,8 +28,10 @@ defineProps<{
|
||||||
|
|
||||||
.dialog-header-main {
|
.dialog-header-main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: center;
|
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-header-close {
|
.dialog-header-close {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue