You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitProject1/src/miniprogram/components/grid-tile/index.wxss

10 lines
150 B

/* components/grid-tile/index.wxss */
:host {
display: block;
}
.center {
text-align: center;
align-items: center;
justify-content: center;
}