CN-818 fea: Administration开发

This commit is contained in:
@changcode
2022-12-02 16:02:18 +08:00
parent 7ec4ab62ff
commit ba22886a09
13 changed files with 743 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
.administration {
.npm-tabs {
height: 18px;
}
.administration-container {
height: calc(100% - 26px);
flex-direction: column;
.list-page {
.main-container {
padding: 0px;
.cn-pagination {
height: 34px;
}
}
}
}
}