Files
nfflow/front/src/app/page/task/task.component.scss
2024-03-31 20:09:20 +08:00

38 lines
483 B
SCSS

:host {
width: 100%;
max-width: 100%;
display: flex;
flex-direction: column;
> div {
width: 100%;
}
div.toolbar {
display: flex;
width: 100%;
max-width: 100%;
align-items: center;
flex-direction: row;
margin-top: 1rem;
> div {
margin-left: 1rem;
}
button {
margin-left: auto;
margin-right: 1rem;
}
}
div.table {
flex: 1 0 0;
margin-top: 1rem;
}
div.pager {
margin-top: auto;
}
}