File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 5
5
target =" _blank"
6
6
>
7
7
<img
8
- width =" 160 "
8
+ width =" 150 "
9
9
alt =" Vue 实战教程"
10
- src =" https://cdn.nlark.com/yuque/0/2019/gif /87084/1552897186489 -assets/web-upload/3ac01ea3-9c6f-4f23-b52e-d47dae5532d2.gif "
10
+ src =" https://cdn.nlark.com/yuque/0/2019/jpeg /87084/1552980096914 -assets/web-upload/ec3701d2-34ed-4274-b8f4-e0592e020db0.jpeg "
11
11
>
12
12
</a >
13
13
</div >
@@ -22,8 +22,8 @@ export default {
22
22
<style lang="less">
23
23
#geektime {
24
24
position : fixed ;
25
- bottom : 6 px ;
26
- right : 6 px ;
25
+ bottom : 15 px ;
26
+ right : 15 px ;
27
27
}
28
28
</style >
29
29
Original file line number Diff line number Diff line change @@ -268,8 +268,7 @@ export default {
268
268
}
269
269
< a- col xxl= {20 } xl= {19 } lg= {19 } md= {18 } sm= {24 } xs= {24 }>
270
270
< section class = ' main-container main-container-component' >
271
- < CarbonAds isMobile= {isMobile}/ >
272
- {! isMobile ? < div class = ' toc-affix' style= ' width: 120px;' >
271
+ {! isMobile ? < div class = ' toc-affix' style= ' width: 150px;' >
273
272
{this .getSubMenu (isCN)}
274
273
< / div> : null }
275
274
{this .showDemo ? < Provider store= {this .store } key= {isCN ? ' cn' : ' en' }>
Original file line number Diff line number Diff line change 179
179
}
180
180
}
181
181
.toc-affix {
182
- width : 120 px ;
182
+ width : 150 px ;
183
183
position : fixed ;
184
184
top : 100px ;
185
185
right : 10px ;
186
186
bottom : 250px ;
187
187
}
188
188
.toc-affix .ant-anchor-wrapper {
189
- max-height : calc (~ ' 100vh - 250px ' ) !important ;
189
+ max-height : calc (~ ' 100vh - 400px ' ) !important ;
190
190
}
191
191
192
192
.drawer-wrapper .drawer-content {
Original file line number Diff line number Diff line change 29
29
}
30
30
31
31
.main-container {
32
- padding : 0 170 px 144px 64px ;
32
+ padding : 0 200 px 144px 64px ;
33
33
background : #fff ;
34
34
min-height : 500px ;
35
35
overflow : hidden ;
You can’t perform that action at this time.
0 commit comments