shuishen
2023-01-07 1932115cd2a69a76ae20ddf56ebfa96df49dbfc8
src/styles/base/index.scss
@@ -354,9 +354,9 @@
        .el-dialog__body {
            padding-top: 0;
            flex: 1;
            display: flex;
            flex-direction: column;
            height: calc(100% - 56px);
            .btn-change {
                display: flex;
@@ -382,6 +382,7 @@
                flex-wrap: wrap;
                justify-self: flex-start;
                align-content: flex-start;
                overflow-y: auto;
                .item {
                    display: flex;
@@ -402,13 +403,16 @@
                    &>div:nth-of-type(2) {
                        width: calc(100% - 140px);
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                }
                .dialog-content {
                    width: 100%;
                    display: flex;
                    height: 36px;
                    line-height: 36px;
                    flex-direction: row;
                    text-align: left;