123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- .hc-layout-box {
- display: flex;
- position: relative;
- height: 100%;
- .hc-layout-left-box {
- width: 382px;
- position: relative;
- background: #f1f5f8;
- border-radius: 10px;
- transition: 0.2s;
- margin-right: 24px;
- margin-left: -24px;
- visibility: hidden;
- box-shadow: -2px 0 10px 0 rgba(32, 37, 50, 0.03), 0 10px 21px 20px rgba(32, 37, 50, 0.03);
- .horizontal-drag-line {
- position: absolute;
- right: 0;
- top: 0;
- width: 4px;
- height: 100%;
- user-select: none;
- cursor: col-resize;
- background-color: #00000000;
- }
- .hc-project-box {
- position: relative;
- padding: 15px 24px;
- display: flex;
- align-items: flex-start;
- border-bottom: 1px solid #E9E9E9;
- .hc-project-icon-box {
- font-size: 30px;
- color: var(--el-color-primary);
- }
- .project-name-box {
- flex: auto;
- position: relative;
- overflow: hidden;
- .project-alias {
- color: var(--el-color-primary);
- }
- .project-name {
- margin-top: 6px;
- color: #838791;
- }
- }
- }
- .hc-tree-box {
- position: relative;
- padding: 15px 20px;
- height: calc(100% - 187px);
- .hc-search-tree-val {
- position: relative;
- margin-bottom: 24px;
- }
- .hc-tree-scrollbar {
- position: relative;
- height: calc(100% - 68px);
- }
- }
- .hc-tree-foot-tip-box {
- position: absolute;
- border-top: 1px solid #E9E9E9;
- padding: 15px 24px;
- width: 100%;
- bottom: 0;
- .dot-view {
- position: relative;
- display: inline-flex;
- width: 50%;
- align-items: center;
- padding-left: 24px;
- margin-top: 15px;
- &:before {
- position: absolute;
- left: 0;
- content: "";
- width: 15px;
- height: 15px;
- background-color: inherit;
- border-radius: 25px;
- }
- &.green:before {
- background-color: #1ECC95;
- }
- &.black:before {
- background-color: #111111;
- }
- &.orange:before {
- background-color: #f37b1d;
- }
- &.blue:before {
- background-color: #0081ff;
- }
- }
- }
- &.on-transition {
- transition: none;
- }
- &.show {
- margin-left: 0;
- visibility: visible;
- }
- }
- .hc-layout-content-box {
- flex: 1;
- display: inline-grid;
- position: relative;
- .data-fill-foot-box {
- position: absolute;
- bottom: 0;
- right: 24px;
- padding: 24px;
- left: 20px;
- box-shadow: 0px -3px 6px rgb(0 0 0 / 6%);
- text-align: center;
- }
- }
- }
- .hc-tree-mp-tip-box {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- .dot-view {
- position: relative;
- display: flex;
- align-items: center;
- &:before {
- position: relative;
- left: 0;
- content: "";
- width: 15px;
- height: 15px;
- background-color: inherit;
- border-radius: 25px;
- margin-right: 6px;
- }
- &.green:before {
- background-color: #1ECC95;
- }
- &.black:before {
- background-color: #111111;
- }
- &.orange:before {
- background-color: #f37b1d;
- }
- &.blue:before {
- background-color: #0081ff;
- }
- & + .dot-view {
- margin-left: 80px;
- }
- }
- }
- .upload-drawing {
- display: none;
- }
- .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: 51vh;
- 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-attachment-card {
- position: relative;
- .hc-attachment-header {
- position: relative;
- background: #E7EEF4;
- font-size: 18px;
- padding: 10px 18px;
- border-radius: 4px 4px 0 0;
- }
- .hc-attachment-content {
- position: relative;
- background: white;
- padding: 2px;
- border-radius: 0 0 4px 4px;
- .hc-attachment-item {
- position: relative;
- padding: 8px 16px;
- display: flex;
- align-items: center;
- border-radius: 4px;
- cursor: pointer;
- transition: background 0.2s;
- .hc-attachment-file-name {
- position: relative;
- flex: 1;
- display: flex;
- align-items: center;
- .name {
- position: relative;
- flex: 1;
- margin-left: 6px;
- }
- }
- .hc-attachment-btn-box {
- position: relative;
- }
- &:hover {
- background: var(--el-color-primary-light-9);
- }
- }
- .hc-attachment-item + .hc-attachment-item {
- border-top: 1px dashed #efeded;
- }
- }
- }
- .hc-attachment-card + .hc-attachment-card {
- margin-top: 24px;
- }
|