forked from github/dataease
feat(frontend): 前端 数据集,视图 调整,echarts调整
This commit is contained in:
parent
b2f1926918
commit
f6ec2fb235
@ -17,7 +17,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@riophae/vue-treeselect": "0.4.0",
|
"@riophae/vue-treeselect": "0.4.0",
|
||||||
"axios": "0.18.1",
|
"axios": "0.18.1",
|
||||||
"echarts": "^5.0.2",
|
"echarts": "^4.6.0",
|
||||||
|
"vue-echarts": "^4.1.0",
|
||||||
"element-ui": "2.13.0",
|
"element-ui": "2.13.0",
|
||||||
"fit2cloud-ui": "^0.1.12",
|
"fit2cloud-ui": "^0.1.12",
|
||||||
"js-cookie": "2.2.0",
|
"js-cookie": "2.2.0",
|
||||||
|
@ -49,15 +49,15 @@ export default {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.ms-aside-container {
|
.ms-aside-container {
|
||||||
height: calc(100vh - 40px);
|
height: calc(100vh - 56px);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
min-width: 260px;
|
min-width: 260px;
|
||||||
max-width: 460px;
|
max-width: 460px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-main-container {
|
.ms-main-container {
|
||||||
height: calc(100vh - 40px);
|
height: calc(100vh - 56px);
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user