shuishen
2023-04-01 e8efe7370ab9f2b9dfb07b0ae70b0e06d98e37c8
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;
                }
            }