perf: panel中table大小调整等

1.panel中table类型图表大小调整
2.修复登录后跳转空白的问题
This commit is contained in:
陈劲松
2020-02-11 10:44:46 +08:00
parent 2698ed668f
commit 8a63c091e1
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
margin-right: 40px;
}
.chart-table {
width: calc(100% - 60px);
width: calc(100% - 62px);
height: calc(100% - 40px);
// min-height: 500px;
position: relative;

View File

@@ -60,7 +60,7 @@ export default {
sessionStorage.setItem("nz-username", this.loginData.username);
localStorage.setItem("nz-username", this.loginData.username);
this.$router.push({
path: "/dashboard",
path: "/panel",
query: {
t: +new Date()
}