智慧农业后台管理页面
guoshilong
2022-11-08 082613d446e29e4ec1c16bfaa52345106a498b23
src/styles/element-ui.scss
@@ -90,19 +90,64 @@
    .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;
            }
        }
    }
}
.plot-detail-popup {
    .header {
        .plot-name {
            input {
                background: transparent;
                color: #fff;
                font-weight: bold;
                border: none;
            }
        }
    }
}