File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default {
68
68
< / a>
69
69
< / div>
70
70
< div>
71
- < a rel= ' noopener noreferrer' target= ' _blank' href= ' https://vuecomponent.github.io/issue-helper/? lang=zh' >
71
+ < a rel= ' noopener noreferrer' target= ' _blank' href= { ` https://vuecomponent.github.io/issue-helper/${ isCN ? ' ? lang=zh' : ' ' } ` } >
72
72
< span> {isCN ? ' 报告 Bug' : ' Bug Report' }< / span>
73
73
< / a>
74
74
< / div>
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export default {
122
122
return docsMenu
123
123
},
124
124
resetDocumentTitle (component , name , isCN ) {
125
- let titleStr = ' Vue Antd '
125
+ let titleStr = ' Ant Design Vue '
126
126
if (component) {
127
127
const { subtitle , title } = component
128
128
const componentName = isCN ? subtitle + ' ' + title : title
@@ -236,8 +236,8 @@ export default {
236
236
< div v- show= {! showSideBars} class = ' open-drawer' onClick= {() => { this .showSideBars = true }}>
237
237
< a- icon type= ' bars' / >
238
238
< / div>
239
- < a- col style = ' float: right; ' xxl= {20 } xl= {19 } lg= {19 } md= {18 } sm= {24 } xs= {24 }>
240
- < div class = ' content main-container ' >
239
+ < a- col class = ' main-container ' xxl= {20 } xl= {19 } lg= {19 } md= {18 } sm= {24 } xs= {24 }>
240
+ < div class = ' content' >
241
241
< div class = ' toc-affix' style= ' width: 120px;' >
242
242
{this .getSubMenu (isCN)}
243
243
< / div>
Original file line number Diff line number Diff line change 8
8
< meta http-equiv ="Cache-Control " content ="no-cache, no-store, must-revalidate ">
9
9
< meta http-equiv ="Pragma " content ="no-cache ">
10
10
< meta http-equiv ="Expires " content ="0 ">
11
+ < meta name ="description " content ="An enterprise-class UI components based on Ant Design and Vue ">
12
+ < title > Ant Design Vue</ title >
11
13
< link rel ="icon " type ="image/x-icon " href ="https://raw.githubusercontent.com/vueComponent/ant-design-vue/master/logo.png ">
12
14
< style id ="nprogress-style ">
13
15
# nprogress {
Original file line number Diff line number Diff line change 94
94
font-size : 12px ;
95
95
}
96
96
}
97
+ .site-sidebar {
98
+ z-index : 1 ;
99
+ }
97
100
@media only screen and (max-width : 767.99px ) {
98
101
.site-sidebar {
99
102
position : fixed ;
100
103
z-index : 1 ;
101
104
overflow-y : scroll ;
102
- }
103
- .main-wrapper {
104
- z-index : 11 ;
105
- margin-top : 0px ;
106
- }
107
- .site-sidebar {
108
105
width : 100% ;
109
106
top : 0 ;
110
107
left : 0 ;
114
111
z-index : 1 ;
115
112
position : relative ;
116
113
min-height : 100% ;
114
+ border-right : 1px solid #e8e8e8 ;
117
115
}
118
116
}
117
+ .main-wrapper {
118
+ z-index : 11 ;
119
+ margin-top : 0px ;
120
+ }
121
+
119
122
.drawer-mask {
120
123
background : #000 ;
121
124
opacity : 0 ;
You can’t perform that action at this time.
0 commit comments