mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
feat: 更新登录页面与底部信息展示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user