@@ -652,7 +652,7 @@ onMounted(() => {
width: 100%;
height: calc(100vh - 160px);
display: flex;
- padding: 0 16px;
+ padding: 16px 16px 0 16px;
flex-direction: column;
justify-content: center;
align-items: center;
@@ -330,9 +330,10 @@ watchEffect(async () => {
// align-items: center;
}
.logo {
- width: 168px;
+ width: 260px;
height: 48px;
- background-image: url("@/assets/images/newIndex/logo.png");
+ background-image: url("../../../public/logo.png");
+ background-repeat: no-repeat;
cursor: pointer;
.menu {