### What problem does this PR solve? fix: cannot save the system model setting #468 feat: rename file in FileManager feat: add FileManager feat: override useSelector type ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
18
web/src/pages/file-manager/index.less
Normal file
18
web/src/pages/file-manager/index.less
Normal file
@@ -0,0 +1,18 @@
|
||||
.fileManagerWrapper {
|
||||
flex-basis: 100%;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.filter {
|
||||
height: 32px;
|
||||
display: flex;
|
||||
margin: 10px 0;
|
||||
justify-content: space-between;
|
||||
padding: 24px 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.deleteIconWrapper {
|
||||
width: 22px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user