7 lines
126 B
Plaintext

/* pages/home/session/components/no-data.wxss */
.no-data {
display: flex;
justify-content: center;
margin-top: 40px;
}