/** index.wxss **/
.container {
display: flex;
flex-direction: column;
flex: 1;
background-color: var(--oak-bg-color-page);
height: 100%;
}
.noData {
justify-content: center;