perf: panel中table大小调整等
1.panel中table类型图表大小调整 2.修复登录后跳转空白的问题
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
}
|
}
|
||||||
.chart-table {
|
.chart-table {
|
||||||
width: calc(100% - 60px);
|
width: calc(100% - 62px);
|
||||||
height: calc(100% - 40px);
|
height: calc(100% - 40px);
|
||||||
// min-height: 500px;
|
// min-height: 500px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ export default {
|
|||||||
sessionStorage.setItem("nz-username", this.loginData.username);
|
sessionStorage.setItem("nz-username", this.loginData.username);
|
||||||
localStorage.setItem("nz-username", this.loginData.username);
|
localStorage.setItem("nz-username", this.loginData.username);
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/dashboard",
|
path: "/panel",
|
||||||
query: {
|
query: {
|
||||||
t: +new Date()
|
t: +new Date()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user