Browse Source

fix-修复了热力图显示的问题

廖彦舟 4 months ago
parent
commit
b26e0bb950

+ 1 - 1
src/views/BehaviorPage/component/HeatMap.vue

@@ -310,7 +310,7 @@ const hideTooltip = () => {
   display: flex;
   flex-direction: column;
   align-items: center;      /* 垂直居中 */
-  height: 500px;            /* 占满整个视口高度 */
+  min-height: 500px;            /* 占满整个视口高度 */
   width: 95%;              /* 占满整个宽度 */
 }
 

+ 1 - 1
src/views/BehaviorPage/subPage/PauseAnalysis.vue

@@ -62,7 +62,7 @@ onMounted(()=>{
 </script>
 
 <template>
-  <el-card class="detail-card">
+  <el-card class="detail-card" style="overflow: auto">
     <template #header>
       <div>
         <span class="card-title">