From f4d5bad7228c590aa9257021ee2cfadd27eae836 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 28 八月 2023 15:57:06 +0800
Subject: [PATCH] #

---
 components/y-title/y-title.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/y-title/y-title.vue b/components/y-title/y-title.vue
index 59077f7..5eee0bd 100644
--- a/components/y-title/y-title.vue
+++ b/components/y-title/y-title.vue
@@ -1,9 +1,9 @@
 <template>
 	<view>
-			<view style="display: flex;align-items: center;width: 100%;">
-				<view class="decorate"></view>
-				<view class="title">{{titleText}}</view>
-			</view>
+		<view style="display: flex;align-items: center;width: 100%;">
+			<view class="decorate"></view>
+			<view class="title">{{titleText}}</view>
+		</view>
 	</view>
 </template>
 

--
Gitblit v1.9.1