6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
@import "./theme.wxss";
|
|
page {
|
|
height: 100vh;
|
|
background-color: #f5f7fa; /* 与容器背景保持一致 */
|
|
}
|