| | |
| | | * @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: |
| | | * |
| | |
| | | |
| | | <template> |
| | | <div class="right-container"> |
| | | <div class="fire-source box"> |
| | | <div class="h0 fire-source box"> |
| | | <title-box> |
| | | <template #titleName> |
| | | 园区简介 |
| | |
| | | </div> --> |
| | | |
| | | |
| | | <div class="occur-statistics box"> |
| | | <div class="h0 occur-statistics box"> |
| | | <title-box> |
| | | <template #titleName> |
| | | 企业名录 |
| | |
| | | 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> |