echarts的resize修改,谐波在线监测点重新布局

This commit is contained in:
仲么了
2024-02-28 20:01:21 +08:00
parent b9fef6cde0
commit 4aaf97fe8b
9 changed files with 146 additions and 443 deletions

View File

@@ -130,6 +130,13 @@
}
}
.el-select{
.el-select {
min-width: 220px;
}
}
.el-tabs__content {
height: calc(100% - 40px);
.el-tab-pane{
height: 100%;
}
}