a490222f by xukangle

Merge branch 'develop' of http://117.78.60.236:8000/csbr-daop/fe-data-asset-management into develop

2 parents eff44138 d6a91891
...@@ -570,24 +570,25 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -570,24 +570,25 @@ const rejectDialogBtnClick = (btn, info) => {
570 <style scoped lang="scss"> 570 <style scoped lang="scss">
571 .container_wrap { 571 .container_wrap {
572 padding: 0 16px; 572 padding: 0 16px;
573 overflow: hidden auto;
573 574
574 .table_tool_wrap { 575 .table_tool_wrap {
575 height: 44px; 576 height: 44px;
576 margin-bottom: 4px; 577 margin-bottom: 4px;
577 } 578 }
578 579
580 .content_main_wrap {
581 height: calc(100% - 48px);
582 display: flex;
583 flex-direction: column;
584 }
585
579 .table_panel_wrap { 586 .table_panel_wrap {
580 flex: 1; 587 flex: 1;
588 height: auto;
581 } 589 }
582 } 590 }
583 591
584 .content_main_wrap {
585 display: flex;
586 flex-direction: column;
587 height: calc(100% - 48px);
588
589 }
590
591 .table_panel { 592 .table_panel {
592 height: calc(100% - 44px) !important; 593 height: calc(100% - 44px) !important;
593 } 594 }
...@@ -724,15 +725,18 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -724,15 +725,18 @@ const rejectDialogBtnClick = (btn, info) => {
724 .list-content { 725 .list-content {
725 display: flex; 726 display: flex;
726 flex-wrap: wrap; 727 flex-wrap: wrap;
727 margin-bottom: 8px;
728 728
729 .card-content { 729 .card-content {
730 width: calc(33.33% - 6px); 730 width: calc(33.33% - 6px);
731 padding: 16px; 731 padding: 16px;
732 box-shadow: 0 0 0 1px #d9d9d9; 732 box-shadow: 0 0 0 1px #d9d9d9;
733 margin-right: 8px; 733 margin-bottom: 8px;
734 max-width: 400px; 734 max-width: 400px;
735 735
736 +.card-content {
737 margin-left: 8px;
738 }
739
736 &.active { 740 &.active {
737 box-shadow: 0 0 0 1px var(--el-color-primary); 741 box-shadow: 0 0 0 1px var(--el-color-primary);
738 } 742 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!