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 @@ - +