update site
parent
9f9ab21ff3
commit
4c92b78b1f
|
@ -5,9 +5,9 @@
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
width="160"
|
width="150"
|
||||||
alt="Vue 实战教程"
|
alt="Vue 实战教程"
|
||||||
src="https://cdn.nlark.com/yuque/0/2019/gif/87084/1552897186489-assets/web-upload/3ac01ea3-9c6f-4f23-b52e-d47dae5532d2.gif"
|
src="https://cdn.nlark.com/yuque/0/2019/jpeg/87084/1552980096914-assets/web-upload/ec3701d2-34ed-4274-b8f4-e0592e020db0.jpeg"
|
||||||
>
|
>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,8 +22,8 @@ export default {
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
#geektime {
|
#geektime {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 6px;
|
bottom: 15px;
|
||||||
right: 6px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -268,8 +268,7 @@ export default {
|
||||||
}
|
}
|
||||||
<a-col xxl={20} xl={19} lg={19} md={18} sm={24} xs={24}>
|
<a-col xxl={20} xl={19} lg={19} md={18} sm={24} xs={24}>
|
||||||
<section class='main-container main-container-component'>
|
<section class='main-container main-container-component'>
|
||||||
<CarbonAds isMobile={isMobile}/>
|
{!isMobile ? <div class='toc-affix' style='width: 150px;'>
|
||||||
{!isMobile ? <div class='toc-affix' style='width: 120px;'>
|
|
||||||
{this.getSubMenu(isCN)}
|
{this.getSubMenu(isCN)}
|
||||||
</div> : null}
|
</div> : null}
|
||||||
{this.showDemo ? <Provider store={this.store} key={isCN ? 'cn' : 'en'}>
|
{this.showDemo ? <Provider store={this.store} key={isCN ? 'cn' : 'en'}>
|
||||||
|
|
|
@ -179,14 +179,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.toc-affix {
|
.toc-affix {
|
||||||
width: 120px;
|
width: 150px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 100px;
|
top: 100px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 250px;
|
bottom: 250px;
|
||||||
}
|
}
|
||||||
.toc-affix .ant-anchor-wrapper {
|
.toc-affix .ant-anchor-wrapper {
|
||||||
max-height: calc(~'100vh - 250px') !important;
|
max-height: calc(~'100vh - 400px') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-wrapper .drawer-content {
|
.drawer-wrapper .drawer-content {
|
||||||
|
|
|
@ -29,7 +29,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-container {
|
.main-container {
|
||||||
padding: 0 170px 144px 64px;
|
padding: 0 200px 144px 64px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue