Commit 244cdc28 authored by zL's avatar zL

sy代码优化

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