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

样式修复

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