26823ca2 by 杨威

首页样式调整

1 parent 223b16df
...@@ -737,16 +737,17 @@ export default { ...@@ -737,16 +737,17 @@ export default {
737 width: 100%; 737 width: 100%;
738 display: flex; 738 display: flex;
739 .cghj{ 739 .cghj{
740 /deep/.el-card__header{ 740 // /deep/.el-card__header{
741 padding: 13px 20px; 741 // padding: 13px 20px;
742 span{ 742 // span{
743 position: relative; 743 // position: relative;
744 top: 5px; 744 // top: 5px;
745 } 745 // }
746 img{ 746 // img{
747 width: 200px; 747 // width: 200px;
748 } 748 // }
749 } 749 // }
750
750 } 751 }
751 >div{ 752 >div{
752 flex: 1; 753 flex: 1;
......