WGShare.Client.Wx/pages/form/index.scss

13 lines
222 B
SCSS

/* pages/form/index.wxss */
.form {
background-color: rgb(244, 244, 244);
height: 100vh;
display: flex;
flex-direction: column;
&-content {
padding: 20rpx 0 0 0;
flex-grow: 1;
overflow-y: auto;
}
}