From 3ef0b9afabeb5c68f0142a3f28cc164be6d6765f Mon Sep 17 00:00:00 2001 From: liyongle Date: Fri, 5 May 2023 14:37:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ServiceList/ServiceList.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/ServiceList/ServiceList.vue b/src/views/ServiceList/ServiceList.vue index c5bbb75..1c5314d 100644 --- a/src/views/ServiceList/ServiceList.vue +++ b/src/views/ServiceList/ServiceList.vue @@ -11,8 +11,10 @@
- 导航至 - 服务台 +
+
导航至
+
服务台
+
@@ -93,6 +95,9 @@ function go() { height: 98px; background: #d6bd86; border-radius: 16px; + .text-container { + @include fl(center, flex-end); + } .text { margin-right: 8px; font-size: 28px; @@ -103,6 +108,7 @@ function go() { line-height: 36px; } .textC { + margin-bottom: 1px; font-size: 16px; font-family: 'font_regular'; color: #fff;