1
0
Fork 0
tera-wallet/src/app.scss

11 lines
174 B
SCSS
Raw Normal View History

@import "~taro-ui/dist/style/index.scss";
.flex-wrp{
display: flex;
justify-content: center;
align-items: center;
}
.flex-item{
flex-grow: 1;
text-align: center;
}