.hc-page-content-box.hc-division-page { .basic-info { position: relative; margin-bottom: 24px; } .project-info { position: relative; margin-bottom: 24px; height: calc(100% - 342px); } .footer-box { position: relative; height: 80px; display: flex; align-items: center; justify-content: center; padding: 20px 24px; overflow: hidden; background: #f1f5f8; border-radius: 10px; box-shadow: -2px 0px 10px 0px rgba(32,37,50,0.03), 0px 10px 21px 20px rgba(32,37,50,0.03); } } .lr-dialog-footer { position: relative; display: flex; align-items: flex-end; justify-content: space-between; .left { .el-button + .el-button { margin-left: 10px; } } } .copy-node-many-box { position: relative; height: 53vh; display: flex; margin-top: 24px; margin-bottom: -30px; border-top: 1px solid #efeff5; .copy-node-many-tree { position: relative; flex: 1; height: 100%; padding: 20px 20px 20px 0; border-right: 1px solid #efeff5; } .copy-node-many-table { position: relative; flex: 1; height: 100%; padding: 20px 0 20px 20px; } } .sort-node-body-box.list-group { position: relative; min-height: 20px; border: 1px solid #EEEEEE; .list-group-item { position: relative; display: flex; align-items: center; padding: 6px 15px; cursor: move; transition: background 0.2s; .index-box { position: relative; width: 50px; } .title-box { position: relative; padding-right: 24px; flex: 1; } .icon-box { position: relative; font-size: 18px; display: flex; align-items: center; .icon { cursor: pointer; display: flex; align-items: center; } } &:first-child .icon-box i:last-child, &:last-child .icon-box i:first-child { cursor: default; color: #aaaaaa; } &:hover { background: var(--el-color-primary-light-9); } } .list-group-item + .list-group-item { border-top: 1px solid #EEEEEE; } &.header { border-bottom: 0; .list-group-item { cursor: default; padding: 8px 15px; background-color: #F8F8F8; .index-box, .title-box, .icon-box { font-size: 14px; } } } } .flip-list-move { transition: transform 0.5s; } .no-move { transition: transform 0s; } .hc-import-temp-box { position: relative; height: 100%; overflow: hidden; .hc-choose-type-box { position: relative; height: 60px; margin-bottom: 20px; .hc-type-box .el-radio-group .el-radio { margin-right: 24px; } } .hc-import-node-tree-box { position: relative; height: 100%;//calc(100% - 80px); overflow: hidden; display: flex; .import-node-tree-box { position: relative; height: 100%; flex: 1; border: 1px solid #EEEEEE; border-radius: 4px; overflow: hidden; margin-right: 10px; .hc-tree-title-box { text-align: center; font-weight: bold; padding: 12px 0; border-bottom: 1px solid #EEEEEE; } .hc-tree-bar-box { position: relative; height: calc(100% - 60px); overflow: hidden; } } .import-node-tree-box + .import-node-tree-box { margin-left: 10px; margin-right: 0; } } }