智慧园区前端大屏
shuishen
2024-11-01 05b0f6104cc5e1ac06c8d1f553bbc3e32f6e6521
src/views/survey/components/rightContainer.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-10 15:27:59
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-10-26 14:49:05
 * @LastEditTime: 2024-11-01 10:42:13
 * @FilePath: \bigScreen\src\views\survey\components\rightContainer.vue
 * @Description: 
 * 
@@ -17,7 +17,7 @@
<template>
  <div class="right-container">
    <div class="fire-source box">
    <div class="h0 fire-source box">
      <title-box>
        <template #titleName>
          园区简介
@@ -36,7 +36,7 @@
    </div> -->
    <div class="occur-statistics box">
    <div class="h0 occur-statistics box">
      <title-box>
        <template #titleName>
          企业名录
@@ -61,29 +61,12 @@
  height: 100%;
  pointer-events: auto;
  .box {
    margin-top: 20px;
    .header {
      height: 32px;
      background: url(/img/bg/sub-title.png) no-repeat;
    }
  }
  .fire-source {
    flex: 3;
  }
  .occur-statistics {
    flex: 3;
  }
  .fire-trend {
    flex: 4;
  }
  .box:first-child {
    margin-top: 0;
    flex: 2;
  }
}
</style>