Parcourir la source

fix: 公共资源交易数据统计可视化页面自适应

fyy il y a 2 semaines
Parent
commit
bb7d4cb68d

+ 1 - 0
src/view/client/publicOversight/new/gategorizeTransactions/index.vue

@@ -282,6 +282,7 @@ export default {
   margin: 2px 0 18px 0;
 }
 .contentItemContent {
+  max-height: 90px;
   flex: 1;
   display: flex;
   font-size: 15px;

+ 2 - 0
src/view/client/publicOversight/new/index.vue

@@ -283,6 +283,8 @@ export default {
   display: flex;
 }
 .centerLeft {
+  max-width: 800px;
+  max-height: 800px;
   width: 25%;
   padding: 45px 35px 45px 35px;
   box-sizing: border-box;