wifi-assistant/pages/index/index.wxss

11 lines
135 B
Plaintext
Raw Normal View History

2024-12-27 14:44:32 +00:00
/**index.wxss**/
page {
height: 100vh;
display: flex;
flex-direction: column;
}
.scrollarea {
flex: 1;
overflow-y: hidden;
}