Skip to content

Commit

Permalink
release: 2.0.0发版 (#208)
Browse files Browse the repository at this point in the history
docs: 手机示例修改
  • Loading branch information
HXCStudio123 authored Sep 25, 2020
1 parent e396b6d commit 7ba0a36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions examples/docs/layout/sideTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,12 @@ export default {
.wrapper {
position: relative;
width: 368px;
height: 680px;
height: 676px;
margin-top: 115px;
overflow: hidden;
box-sizing: border-box;
border-radius: 0 0 22px 22px;
border: 1px solid rgba(0, 0, 0, 0.02);
}
}
}
Expand All @@ -219,9 +220,6 @@ export default {
width: 313px;
height: 517px;
}
iframe {
height: 550px;
}
}
.phone-link {
width: 290px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-design",
"version": "2.0.0-beta3",
"version": "2.0.0",
"description": "Mobile UI components built on vue.js",
"scripts": {
"dev": "npm run build:files && node build/build-install.js && cross-env NODE_ENV=development webpack-dev-server --progress --config build/webpack.docs.conf.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
version: '2.0.0-beta3',
version: '2.0.0',
install,
locale: locale.use,
i18n: locale.i18n,
Expand Down

0 comments on commit 7ba0a36

Please sign in to comment.