Merge branch 'master' of gitlab.qima-inc.com:fe/zanui-vue

Conflicts:
	packages/zanui-css/src/index.css
This commit is contained in:
niunai
2017-03-03 17:58:36 +08:00
36 changed files with 520 additions and 40775 deletions
+15
View File
@@ -0,0 +1,15 @@
@component-namespace zan {
@b image-preview {
position: absolute;
width: 100%;
height: 75%;
overflow: hidden;
@e image {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
}
}
}
+1
View File
@@ -20,3 +20,4 @@
@import './checkbox.css';
@import './col.css';
@import './row.css';
@import './image_preview.css';