1.head的logo大小修改为28px

v1.0.0
sws 2024-10-10 17:49:03 +08:00
parent 4571f9ee96
commit 930bf64fc1
1 changed files with 4 additions and 4 deletions

View File

@ -160,13 +160,13 @@ const position_class = computed(() => (form.value?.indicator_location == 'center
box-sizing: border-box;
}
.logo-outer-style {
height: 2.5rem;
height: 2.8rem;
.logo-style {
max-height: 2.5rem;
max-height: 2.8rem;
max-width: 100%;
:deep(.image-slot) {
height: 2.5rem;
width: 2.5rem;
height: 2.8rem;
width: 2.8rem;
}
}
}