智慧农业后台管理页面
shuishen
2022-07-18 3d246e2571ca60eb71e5060a1eee2e95e7235ca7
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;
            }
        }
    }
}