update site
parent
9f9ab21ff3
commit
4c92b78b1f
|
@ -5,9 +5,9 @@
|
|||
target="_blank"
|
||||
>
|
||||
<img
|
||||
width="160"
|
||||
width="150"
|
||||
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>
|
||||
</div>
|
||||
|
@ -22,8 +22,8 @@ export default {
|
|||
<style lang="less">
|
||||
#geektime {
|
||||
position: fixed;
|
||||
bottom: 6px;
|
||||
right: 6px;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
@ -268,8 +268,7 @@ export default {
|
|||
}
|
||||
<a-col xxl={20} xl={19} lg={19} md={18} sm={24} xs={24}>
|
||||
<section class='main-container main-container-component'>
|
||||
<CarbonAds isMobile={isMobile}/>
|
||||
{!isMobile ? <div class='toc-affix' style='width: 120px;'>
|
||||
{!isMobile ? <div class='toc-affix' style='width: 150px;'>
|
||||
{this.getSubMenu(isCN)}
|
||||
</div> : null}
|
||||
{this.showDemo ? <Provider store={this.store} key={isCN ? 'cn' : 'en'}>
|
||||
|
|
|
@ -179,14 +179,14 @@
|
|||
}
|
||||
}
|
||||
.toc-affix {
|
||||
width: 120px;
|
||||
width: 150px;
|
||||
position: fixed;
|
||||
top: 100px;
|
||||
right: 10px;
|
||||
bottom: 250px;
|
||||
}
|
||||
.toc-affix .ant-anchor-wrapper {
|
||||
max-height: calc(~'100vh - 250px') !important;
|
||||
max-height: calc(~'100vh - 400px') !important;
|
||||
}
|
||||
|
||||
.drawer-wrapper .drawer-content {
|
||||
|
|
|
@ -29,7 +29,7 @@ a {
|
|||
}
|
||||
|
||||
.main-container {
|
||||
padding: 0 170px 144px 64px;
|
||||
padding: 0 200px 144px 64px;
|
||||
background: #fff;
|
||||
min-height: 500px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue