From 5ecbffaee6c4249ac788aafa94185b11fad38868 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 16 六月 2025 17:18:09 +0800
Subject: [PATCH] fix:修改静态页面

---
 src/views/screen/index.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index d620117..e61578d 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -22,7 +22,11 @@
         <div class="home-r">
             <div class="data-item">
                 <div class="item-t">公司介绍</div>
-                <div class="item-c"></div>
+                <div class="item-c">
+                    <div class="compony">
+                        泾川县水利工程建设站是泾川县水务局下属单位,地址位于泾川县安定街 2 号。站内人员秉持 “节水优先、空间均衡、系统治理、两手发力” 的治水方针开展工作,负责县域水利项目规划编制、前期手续办理、建设过程监管等多项工作,严格执行水利工程建设管理的相关法规与技术标准,保障项目合规推进,在水资源利用、防洪治理、生态修复等水利建设的各领域发挥关键作用,全力推动县域水利事业发展。
+                    </div>
+                </div>
             </div>
             <div class="data-item">
                 <div class="item-t">生产控制</div>
@@ -82,6 +86,14 @@
     }
     &-r{
         width: 25%;
+        .compony{
+            width: 100%;
+            height: 100%;
+            padding: 1rem;
+            color: #fff;
+            font-size: 1.1rem;
+            text-indent: 2rem;
+        }
     }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.9.3