刘建东 1164d312f6 [refactor] Loading 组件升级 (#178)
* 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;
}