yujinwen 2 months ago
parent
commit
6206a0c489

+ 0 - 1
src/layout/components/LeftWrap.vue

@@ -127,7 +127,6 @@ function getMenuIcon(item) {
   background-color: #fff;
   display: flex;
   flex-direction: column;
-  padding-bottom: 111px;
   transition: all 0.5s;
   .menu-wrap {
     flex: 1;

+ 1 - 0
src/views/customer/user/components/ActionStatisticForChart.vue

@@ -145,6 +145,7 @@ onMounted(() => {
   }
   .chart-render-box{
     height: calc(100vh - 300px);
+    min-height: 600px;
   }
 }
 </style>

+ 1 - 1
src/views/customer/user/components/ActionStatisticForCustomer.vue

@@ -131,7 +131,7 @@ function handleShowDetail(item){
       multiple
       clearable
       v-model="selectBusinessValue" 
-      style="width: 240px; margin-right: 50px" 
+      style="width: 280px; margin-right: 50px" 
       @change="refreshList"
     />
     <t-button

+ 1 - 0
src/views/etaChart/Index.vue

@@ -123,6 +123,7 @@ function handleSelectChart(item) {
   .table-wrap {
     flex-shrink: 0;
     height: calc(100vh - 150px);
+    min-height: 850px;
     .table-box {
       width: 100%;
       border-color: #dcdfe6;