From 930bb5973273864f63bf45d2502f11f97a3d5f9e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 21:24:32 +0800
Subject: [PATCH] 企业详情、应急物资表格样式调整

---
 src/views/companyInfo/components/rightContainer.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/companyInfo/components/rightContainer.vue b/src/views/companyInfo/components/rightContainer.vue
index d8f25ee..14b8103 100644
--- a/src/views/companyInfo/components/rightContainer.vue
+++ b/src/views/companyInfo/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-11-08 12:25:35
+ * @LastEditTime: 2024-12-02 21:15:44
  * @FilePath: \bigScreen\src\views\companyInfo\components\rightContainer.vue
  * @Description: 
  * 
@@ -29,7 +29,7 @@
 <template>
   <div class="right-container">
 
-    <div class="fire-source box" v-if="state.buttonIndex == 1">
+    <div class="fire-source box h100" v-if="state.buttonIndex == 1">
       <title-box>
         <template #titleName>
           企业信息
@@ -40,10 +40,10 @@
       </div>
     </div>
 
-    <div class="occur-statistics box" v-if="state.buttonIndex == 2">
+    <div class="occur-statistics box h100" v-if="state.buttonIndex == 2">
       <title-box>
         <template #titleName>
-          应急物质
+          应急物资
         </template>
       </title-box>
       <div class="content-box">

--
Gitblit v1.9.3