guanqb
2023-02-15 2f2fc8178b85edd198dab6f5fb50c7d5d6e4cec8
src/styles/base/index.scss
@@ -766,6 +766,10 @@
        .el-button:hover {
            background-color: #409EFF;
        }
        .el-select .el-input.is-disabled .el-input__inner {
            background-color: rgba(8, 56, 185, 0.9);
        }
    }
}
@@ -898,4 +902,35 @@
.select-on-tab {
    box-shadow: 0 2px 2px $menu-tab-shadow;
    color: #fff;
}
.delete-plot-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 240px;
        height: 80px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        .el-dialog__body {
            .el-button {
                padding: 0;
                background-color: #409eff;
                color: #fff;
                width: 60px;
                height: 30px;
                text-align: center;
                margin-top: 10px;
            }
            &>div {
                display: flex;
                justify-content: center;
                margin-bottom: 10px;
            }
        }
    }
}