Browse Source

bump 1.2.1

pull/329/head 1.2.1
tangjinzhou 6 years ago
parent
commit
34d5df2fcd
  1. 4
      package.json
  2. 2
      site/index.less

4
package.json

@ -1,6 +1,6 @@
{
"name": "ant-design-vue",
"version": "1.2.0",
"version": "1.2.1",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"keywords": [
@ -183,4 +183,4 @@
"vue-ref": "^1.0.3",
"warning": "^3.0.0"
}
}
}

2
site/index.less

@ -103,7 +103,7 @@
}
.site-sidebar{
position: fixed;
z-index: 1;
z-index: 2;
overflow-y: scroll;
width: 100%;
top: 0;

Loading…
Cancel
Save