guanqb
2023-04-02 83c41fcacfb07b7bddffb01510867d6c0b502f8e
src/styles/base/index.scss
@@ -676,7 +676,6 @@
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 210px;
        .el-dialog__body {
            flex: 1;
@@ -688,11 +687,20 @@
            flex-wrap: wrap;
            &>div {
                width: 100%;
                height: 36px;
                line-height: 36px;
                display: flex;
                justify-content: flex-start;
                margin-bottom: 6px;
                &>div {
                    width: 100px;
                    line-height: 36px;
                }
                &.button {
                    justify-content: space-around;
                }
            }
@@ -1316,4 +1324,9 @@
            border-color: #66b1ff !important;
        }
    }
}
.btn-custom-cancel {
    float: right;
    margin-left: 10px;
}