补充 Col & Row 测试用例 (#16)

* layout test

* fix row

* update layout test
This commit is contained in:
wny
2017-04-26 10:07:09 +08:00
committed by 张敏
parent fab9682e9a
commit b98a624960
7 changed files with 2483 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
@import './common/var.css';
@-webkit-keyframes loading {
from {
-webkit-transform: rotate(0deg);
@@ -24,7 +26,7 @@
@component-namespace van {
@b loading {
line-height: 0;
font-size: 0;
@@ -38,12 +40,12 @@
width: 30px;
height: 30px;
}
@e spinner {
@e spinner {
display: inline-block;
height: 100%;
width: 100%;
-webkit-animation: loading 0.8s linear;
-webkit-animation-iteration-count: infinite;
animation: loading 0.8s linear;

2404
packages/vant-css/yarn.lock Normal file

File diff suppressed because it is too large Load Diff