oak-general-business/es/components/articleMenu/treeList/web.pc.module.less

21 lines
359 B
Plaintext

.container {
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
min-height: 100%;
}
.btnContainer {
min-height: 180px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
.help {
display: flex;
flex-direction: column;
margin-bottom: 24px;
}
}