[breaking change] remove reset.css dependencies (#196)

* [breaking change] remove reset.css dependencies

* [bugfix] Doc footerNav not show

* [bugfix] PasswordInput Doc link
This commit is contained in:
neverland
2017-10-12 06:25:55 -05:00
committed by GitHub
parent 560ccfdec2
commit 47576ec47c
19 changed files with 331 additions and 305 deletions
+5 -2
View File
@@ -1,16 +1,19 @@
<style>
.demo-lazyload {
padding: 15px;
img,
div[lazy] {
padding: 15px;
width: 315px;
width: 100%;
height: 250px;
margin: 10px 15px 0;
margin: 10px 0 0;
background-color: white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background-size: 315px 250px;
background-position: 15px;
background-repeat: no-repeat;
box-sizing: border-box;
}
}
</style>
+1 -1
View File
@@ -19,7 +19,7 @@ export default {
</script>
## PasswordInput 密码输入框
密码输入框组件通常与 [数字键盘](/zanui/vue/component/number-keyboard) 组件配合使用
密码输入框组件通常与 [数字键盘](#/zh-CN/component/number-keyboard) 组件配合使用
### 使用指南
``` javascript