patient-mini/app.less
码农搬砖工 9018a4f868 xxx
2025-04-23 18:23:41 +08:00

11 lines
167 B
Plaintext

/**app.wxss**/
page {
background-color: #f3f3f3;
--td-brand-color: #0091cc; // 任何你想要的主题色
}
.page {
height: 100vh;
background-color: #fff;
}