7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
/* pages/my/index.wxss */
|
|
.cellWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|