This commit is contained in:
kron
2025-05-10 22:16:59 +08:00
parent 0ce3b77f0a
commit 11c373f13e
7 changed files with 21 additions and 17 deletions

View File

@@ -59,12 +59,11 @@ defineProps({
padding: 10px 0;
}
.header {
width: calc(100% - 20px);
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 13px;
padding: 0 10px;
}
.header > image:first-child {
width: 40px;