feat(frontend): 前端 数据集,视图 调整,echarts调整

This commit is contained in:
junjie 2021-03-03 18:50:04 +08:00
parent b2f1926918
commit f6ec2fb235
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,8 @@
"dependencies": {
"@riophae/vue-treeselect": "0.4.0",
"axios": "0.18.1",
"echarts": "^5.0.2",
"echarts": "^4.6.0",
"vue-echarts": "^4.1.0",
"element-ui": "2.13.0",
"fit2cloud-ui": "^0.1.12",
"js-cookie": "2.2.0",

View File

@ -49,15 +49,15 @@ export default {
<style scoped>
.ms-aside-container {
height: calc(100vh - 40px);
height: calc(100vh - 56px);
padding: 15px;
min-width: 260px;
max-width: 460px;
}
.ms-main-container {
height: calc(100vh - 40px);
padding: 0px;
height: calc(100vh - 56px);
padding: 0;
}
</style>