UNPKG

@cmstops/pro-compo

Version:

[物料平台文档中心](https://arco.design/docs/material/guide)

210 lines (175 loc) 3.66 kB
.previous-version-modal-body { padding: 0; } .tooltip-button { height: auto; padding: 20px; } .content-main { // height: calc(60vh - 106px); display: flex; flex-direction: column; .select-view { display: flex; flex-wrap: nowrap; height: calc(60vh - 106px); overflow-x: auto; .col-view { flex-shrink: 0; height: 100%; overflow: auto; border-right: 1px solid #ebeef5; .row { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 14px 24px; cursor: pointer; &.active, &:hover { background-color: #f2f3f5; } .left, .right { display: flex; align-items: center; } .left { margin-right: 20px; } .img-icon { width: 20px; margin-right: 10px; border-radius: 50%; } .icon { margin-right: 10px; } .alias { display: inline-block; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } } } .temp-view { flex-shrink: 0; max-height: 150px; padding: 16px 24px; border-top: 1px solid #ebeef5; .title { padding-bottom: 12px; font-weight: 500; } .select-ul { display: flex; flex-wrap: wrap; align-items: center; .select-li { margin-bottom: 12px; padding: 2px 8px; color: #1d2129; background-color: #f2f3f5; } .select-li + .select-li { margin-left: 15px; } } } } .previous-version { .select-view { //background-color: aqua; display: flex; flex-wrap: nowrap; height: calc(60vh - 106px); overflow-x: auto; // 列数据 .view-line { flex-shrink: 0; height: 100%; overflow-y: auto; //flex: 1; border-right: 1px solid #ebeef5; //background-color: #1d2129; //padding: 5px; &.line1 { width: 150px; } &.line2 { width: 170px; } &.line3 { width: 196px; } .row { //background-color: #f6f6f6; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 14px 24px; cursor: pointer; &.active, &:hover { background-color: #f2f3f5; } .left, .right { display: flex; align-items: center; } .left { margin-right: 20px; } .right { font-size: 18px; } .img-icon { width: 20px; margin-right: 10px; border-radius: 50%; } .icon { margin-right: 10px; } .alias { display: inline-block; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; .icon { margin-right: 5px; } } } } } .temp-view { flex-shrink: 0; max-height: 150px; padding: 16px 24px; border-top: 1px solid #ebeef5; .title { padding-bottom: 12px; font-weight: 500; } .select-ul { display: flex; flex-wrap: wrap; align-items: center; .select-li { margin-bottom: 12px; padding: 2px 8px; color: #1d2129; background-color: #f2f3f5; } .select-li + .select-li { margin-left: 15px; } } } }