fix:修改 asset 导入导出 以及 chartTemp 预览的问题

This commit is contained in:
zhangyu
2021-05-17 19:31:36 +08:00
parent 5a2828503a
commit d8dcc69179
5 changed files with 24 additions and 5 deletions

View File

@@ -313,8 +313,12 @@ export default {
padding-top: 15px;
background-color: white;
padding-bottom: 50px;
height: calc(100% - 50px);
}
.chart-temp{
height: calc(100% - 20px);
overflow-y: auto;
}
.resize-modal {
width: calc(100% - 240px);
opacity: 0.6;