Commit 244cdc28 authored by zL's avatar zL

sy代码优化

parent dab02ad1
...@@ -54,7 +54,6 @@ export default class MainHeader extends Vue { ...@@ -54,7 +54,6 @@ export default class MainHeader extends Vue {
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 40px 0px rgba(65, 70, 76, 0.07); box-shadow: 0px 2px 40px 0px rgba(65, 70, 76, 0.07);
} }
// logo
.icon_logo { .icon_logo {
margin-left: 27px; margin-left: 27px;
margin-top: 12px; margin-top: 12px;
......
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ 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%; background-size: 100%;
float: left; float: left;
background-color: #faf8fd; background-color: #faf8fd;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<img :src="item.image_url" v-if="isActive && item.image_url" /> <img :src="item.image_url" v-if="isActive && item.image_url" />
<img <img
v-if="!isActive" v-if="!isActive"
src="../../entry/sy/images/TemplateManage/self-tmpl-bg.png" src="../../assets/images/category/self-tmpl-bg.png"
class="img_my" class="img_my"
/> />
<span :class="{ my: !isActive }">{{ item.name }}</span> <span :class="{ my: !isActive }">{{ item.name }}</span>
......
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