Commit 83843f37 authored by zL's avatar zL

相关图片修改

parent 7bc06a30
...@@ -448,7 +448,7 @@ export default class Home extends Vue { ...@@ -448,7 +448,7 @@ export default class Home extends Vue {
background: white; background: white;
.header-left { .header-left {
margin-left: 200px; margin-left: 200px;
width: 184px; width: 166px;
} }
.header-right { .header-right {
display: flex; display: flex;
......
<template> <template>
<header class="main_header"> <header class="main_header">
<img class="icon_logo" src="../images/SigIn/logo.png" alt="logo" /> <img class="icon_logo" src="../images/Home/home_logo.png" alt="logo" />
<div class="user_wrapper"> <div class="user_wrapper">
<i class="iconfont iconShapecopy1"></i> <i class="iconfont iconShapecopy1"></i>
<span class="user-text">UID:{{ getid || "10086" }}</span> <span class="user-text">UID:{{ getid || "10086" }}</span>
...@@ -57,8 +57,8 @@ export default class MainHeader extends Vue { ...@@ -57,8 +57,8 @@ export default class MainHeader extends Vue {
// logo // logo
.icon_logo { .icon_logo {
margin-left: 27px; margin-left: 27px;
margin-top: 6px; margin-top: 11px;
height: 36px; height: 28px;
} }
.user_wrapper { .user_wrapper {
......
...@@ -81,9 +81,9 @@ export default { ...@@ -81,9 +81,9 @@ export default {
position: absolute; position: absolute;
left: 26px; left: 26px;
top: 14px; top: 14px;
width: 125px; width: 166px;
height: 32px; height: 28px;
background: url("../images/SigIn/logo.png") no-repeat center; background: url("../images/Home/home_logo.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
} }
.fixed { .fixed {
...@@ -104,8 +104,8 @@ export default { ...@@ -104,8 +104,8 @@ export default {
position: relative; position: relative;
} }
.background-left { .background-left {
background: url("../images/SigIn/login_bg.png") no-repeat center; background: url("../../../assets/images/SigIn/login_bg.png") no-repeat center;
background-size: 100% 100%; background-size: 100%;
float: left; float: left;
background-color: #faf8fd; background-color: #faf8fd;
height: 554px; height: 554px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment