guanqb
2023-02-13 7d5f96e580b60801aab984125ea960dee6c8b809
src/styles/base/index.scss
@@ -530,8 +530,8 @@
        transform: translate(-50%, -50%);
        .el-dialog__header {
            height: 56px;
            line-height: 56px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }
@@ -539,13 +539,13 @@
            padding-top: 0;
            display: flex;
            flex-direction: column;
            height: calc(100% - 56px);
            height: calc(100% - 40px);
            .btn-change {
                display: flex;
                align-items: center;
                height: 36px;
                line-height: 36px;
                height: 32px;
                line-height: 32px;
                border-bottom: 2px solid #3d5ad5;
                &>div {
@@ -571,8 +571,8 @@
                    display: flex;
                    flex-direction: row;
                    width: calc(50% - 20px);
                    height: 36px;
                    line-height: 36px;
                    height: 32px;
                    line-height: 32px;
                    margin: 0 10px;
                    text-align: left;
@@ -596,7 +596,7 @@
                .dialog-content {
                    width: 100%;
                    display: flex;
                    line-height: 36px;
                    line-height: 32px;
                    flex-direction: row;
                    text-align: left;
                    margin-left: 10px;