From ce29cfb105b40cfe1354cac097fa49308fada9c4 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 16 Apr 2025 13:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../centralized-imaging-services/index.vue | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/front/services/centralized-imaging-services/index.vue b/src/views/front/services/centralized-imaging-services/index.vue index 2c159ae..87f7298 100644 --- a/src/views/front/services/centralized-imaging-services/index.vue +++ b/src/views/front/services/centralized-imaging-services/index.vue @@ -3,9 +3,15 @@
- {{ $t('home.menuName') }} - {{ $t('service.menuName') }} - {{ $t('service.subMenu1') }} + + {{ $t('home.menuName') }} + + + {{ $t('service.menuName') }} + + + {{ $t('service.subMenu1') }} + @@ -167,7 +173,7 @@

{{ $t('imagingService.msg13') }}

{{ $t('imagingService.title5') }}

-
+
  • @@ -207,7 +213,7 @@

{{ $t('imagingService.title6') }}

-
+
  • @@ -361,7 +367,7 @@ export default { } ul { margin: -10px 0 25px 0; - // list-style: none + list-style: none; li { width: 100%; float: none; @@ -372,6 +378,11 @@ export default { color: #2f2f2f; } } + .flex_row { + display: flex; + flex-direction: row; + justify-content: space-between; + } } }