feat: 更新登录页面与底部信息展示

This commit is contained in:
pikachu1995@126.com
2026-07-08 09:56:25 +08:00
parent cc86430ea4
commit b299507df9
7 changed files with 480 additions and 168 deletions

View File

@@ -12,7 +12,7 @@ import { getBaseSite } from "@/api/common.js";
export default {
data() {
return {
storeSideLogo: require("@/assets/logo.png"),
storeSideLogo: require("@/assets/logo-lilishop.png"),
};
},
methods: {
@@ -65,13 +65,13 @@ export default {
<style lang="scss" scoped>
.header {
margin-bottom: 6vh;
margin-bottom: 0;
align-items: center;
display: flex;
justify-content: center !important;
}
.logo {
width: 440px;
height: 158px;
width: 168px;
height: auto;
}
</style>