fix(custom): 修复若干问题

This commit is contained in:
2024-03-07 18:55:38 +08:00
parent fbbdecf2e0
commit 714b980b28
21 changed files with 292 additions and 155 deletions

View File

@@ -33,3 +33,14 @@
}
}
}
.nut-dialog__header {
text-align: left;
font-weight: bold;
font-size: 36px;
height: auto;
}
.nut-dialog__content {
text-align: left !important;
font-size: 28px;
}