Skip to content

Commit 34d5df2

Browse files
committed
bump 1.2.1
1 parent e78ca51 commit 34d5df2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -183,4 +183,4 @@
183183
"vue-ref": "^1.0.3",
184184
"warning": "^3.0.0"
185185
}
186-
}
186+
}

site/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104
.site-sidebar{
105105
position: fixed;
106-
z-index: 1;
106+
z-index: 2;
107107
overflow-y: scroll;
108108
width: 100%;
109109
top: 0;

0 commit comments

Comments
 (0)