Commit 6702850d authored by 徐一鸣's avatar 徐一鸣

样式修复

parent feb7c3b6
......@@ -205,8 +205,8 @@ export default {
font-size: 14px;
line-height: 24px;
color: #8890a7;
padding-left: 20px;
background-image: url("/../assets/imgs/shop_ic_updatetime.png");
padding-left: 18px;
background-image: url("../assets/imgs/shop_ic_updatetime.png");
background-repeat: no-repeat;
background-position: left center;
}
......
......@@ -66,10 +66,6 @@ export default {
type: Array,
default: () => [],
},
imgSrc: {
type: String,
default: "tool_fuwu",
},
},
methods: {
titleAction() {
......@@ -103,6 +99,7 @@ export default {
}
.side_nav_bar_title > span {
font-size: 16px;
line-height: 20px;
color: #c3caf8;
}
.side_nav_bar_list > li > a {
......
......@@ -215,7 +215,7 @@ export default {
background-color: #515fe7;
border-radius: 2px;
position: absolute;
top: 10px;
top: 12px;
left: 0;
}
.contributor_list > li {
......
......@@ -2,9 +2,9 @@
<div class="page_container">
<side-nav-bar
title="开发文档"
imgSrc="tool_ic_kaifawendang"
:nav-list="navList"
:title-path="activePath"
:title-icon="require('@/assets/imgs/tool_ic_kaifawendang.png')"
style="width: 250px;"
></side-nav-bar>
<div class="main_container">
......
......@@ -140,14 +140,16 @@ export default {
font-size: 14px;
line-height: 24px;
color: #8890a7;
padding-left: 20px;
padding-left: 18px;
background-repeat: no-repeat;
background-position: left center;
margin-left: 40px;
}
.download_action > span:nth-child(2) {
background-image: url("/../assets/imgs/shop_ic_updatetime.png");
background-image: url("../../../assets/imgs/ic_banbenhao.png");
}
.download_action > span:nth-child(3) {
background-image: url("/../assets/imgs/shop_ic_updatetime.png");
background-image: url("../../../assets/imgs/ic_fabutime.png");
}
.download_action > .el-button {
margin-left: auto;
......
......@@ -2,13 +2,16 @@
<div class="page_container">
<side-nav-bar
title="SDK中心"
imgSrc="tool_ic_kaifawendang"
:nav-list="navList"
:title-path="activePath"
:title-icon="require('@/assets/imgs/tool_ic_kaifawendang.png')"
style="width: 250px;"
></side-nav-bar>
<div class="main_container">
<router-view :parent-path="activePath" :key="$route.params.type + $route.params.id" />
<router-view
:parent-path="activePath"
:key="$route.params.type + $route.params.id"
/>
</div>
</div>
</template>
......
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