feat: 部门样式调整
This commit is contained in:
@@ -667,7 +667,7 @@
|
||||
display: flex;
|
||||
.ns-part-tree {
|
||||
width: 300px;
|
||||
padding: 16px;
|
||||
// padding: 16px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.ns-part-table {
|
||||
|
@@ -78,6 +78,7 @@ export class NSAxios {
|
||||
const errCodeMap = new Map<number, any>([
|
||||
[13, ''],
|
||||
[1, ''],
|
||||
[11, ''],
|
||||
[3005, ''],
|
||||
[10086, () => routerConfig.logout()],
|
||||
]);
|
||||
|
Reference in New Issue
Block a user