feat: 部门样式调整

This commit is contained in:
xuziqiang
2024-06-26 10:32:45 +08:00
parent d654588e65
commit b55ab2353e
6 changed files with 259 additions and 116 deletions

View File

@@ -667,7 +667,7 @@
display: flex;
.ns-part-tree {
width: 300px;
padding: 16px;
// padding: 16px;
overflow-y: auto;
}
.ns-part-table {

View File

@@ -78,6 +78,7 @@ export class NSAxios {
const errCodeMap = new Map<number, any>([
[13, ''],
[1, ''],
[11, ''],
[3005, ''],
[10086, () => routerConfig.logout()],
]);