src/styles/element-ui.scss
@@ -90,19 +90,51 @@ .dv { .el-tabs { height: 100%; .el-tabs__header { .el-tabs__nav { transform: translateX(60px) !important; } } .el-tabs__content { height: calc(100% - 75px); overflow-y: auto; } } } .el-dialog__body { position: relative; height: 60%; } } .current-map-box { &>.el-dialog { width: 1200px; height: 620px; .el-dialog__header {} .el-dialog__body { position: relative; height: calc(100% - 54px); box-sizing: border-box; .save { position: absolute; bottom: 10px; right: 10px; } } } }