1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-25 11:06:45 +08:00
刘建东 1164d312f6 [refactor] Loading 组件升级 ()
* refactor: loading

* fix: modify api
2018-04-15 11:25:26 +08:00

14 lines
202 B
Plaintext

.container {
background: #f0f0f0;
}
.loading-example {
display: flex;
flex-direction: row;
background: transparent;
}
.loading-example zan-loading {
flex: 1;
}
.no-flex {
display: block;
}