shuishen
2023-02-11 6830420ded2f404da6ef57fd0bb982a4b64a08da
src/styles/base/index.scss
@@ -769,8 +769,8 @@
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 340px;
        height: 200px;
        width: 300px;
        height: 170px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
@@ -783,11 +783,43 @@
                width: 60px;
                height: 30px;
                text-align: center;
                margin-top: 10px;
            }
            &>div {
                display: flex;
                justify-content: space-around;
                justify-content: center;
                margin-bottom: 10px;
            }
        }
    }
}
.add-polygon-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 140px;
        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;
            }
        }