Added file scanning module.
This commit is contained in:
@@ -3,6 +3,20 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.imex-table-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
&__search {
|
||||
flex: 1;
|
||||
}
|
||||
& > * {
|
||||
margin-left: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.imex-flex-row {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
@@ -60,8 +74,6 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//Required for the tab with infinite loading
|
||||
.ant-tabs-content {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user