shuishen
2023-03-06 b8c7b615887bb5499e48c6fe3ec17bdda935c4e5
src/styles/base/index.scss
@@ -897,8 +897,8 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 174px;
        width: 320px;
        height: 186px;
        .el-dialog__body {
            .el-button {
@@ -921,8 +921,14 @@
                margin-bottom: 10px;
            }
            .alpha {
                width: calc(100% - 110px);
            }
            .value-name-box {
                width: 90px;
                width: 110px;
                display: flex;
                align-items: center;
            }
            .add-polygon-btn-box {
@@ -933,7 +939,6 @@
            input {
                height: 30px;
                font-size: 16px;
                text-indent: 1em;
                color: #ffffff;
                background-color: transparent;
                border: 1px solid rgb(0, 92, 169);
@@ -945,6 +950,14 @@
            input::-webkit-input-placeholder {
                color: rgba(238, 238, 238, 0.7);
            }
            .el-input--suffix .el-input__inner {
                padding-right: 10px;
            }
            .placeholder {
                height: 26px;
            }
        }
    }
@@ -959,7 +972,7 @@
    .el-dialog {
        display: flex;
        flex-direction: column;
        width: 240px;
        width: 300px;
        height: 140px;
        .el-dialog__body {
@@ -987,10 +1000,14 @@
            .value-name-box {
                height: 32px;
                line-height: 32px;
                width: 100px;
                width: 120px;
                text-align: left;
            }
            .alpha {
                width: calc(100% - 120px);
            }
            input {
                height: 30px;
                font-size: 16px;