From 91d482a0f4be81e3c2d108ef1e96893558416a77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=89=88=E5=85=86=E5=A2=9E?= <你的邮箱@example.com>
Date: Thu, 2 Apr 2026 09:35:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/styles/index.scss | 10 +++++
.../views/home/shuiDianKaiFaZhuangKuang.vue | 39 ++++++-------------
2 files changed, 22 insertions(+), 27 deletions(-)
diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss
index 5bb96e2..215b899 100644
--- a/frontend/src/styles/index.scss
+++ b/frontend/src/styles/index.scss
@@ -63,6 +63,15 @@ svg {
height: 100%;
background-color: #ffffff;
}
+
+ .moduleContent{
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ height: 100%;
+ position: relative;
+ }
+
.leftContent {
width: 188px;
}
@@ -70,3 +79,4 @@ svg {
height: 98%;
position: relative;
}
+
diff --git a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
index 36e7863..ef6ceee 100644
--- a/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
+++ b/frontend/src/views/home/shuiDianKaiFaZhuangKuang.vue
@@ -1,36 +1,21 @@
-