d6a91891 by lxs

数据资产登记更新

1 parent d41c7c0b
...@@ -570,22 +570,23 @@ const rejectDialogBtnClick = (btn, info) => { ...@@ -570,22 +570,23 @@ 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
579 .table_panel_wrap { 580 .content_main_wrap {
580 flex: 1; 581 height: calc(100% - 48px);
581 }
582 }
583
584 .content_main_wrap {
585 display: flex; 582 display: flex;
586 flex-direction: column; 583 flex-direction: column;
587 height: calc(100% - 48px); 584 }
588 585
586 .table_panel_wrap {
587 flex: 1;
588 height: auto;
589 }
589 } 590 }
590 591
591 .table_panel { 592 .table_panel {
...@@ -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!