From d2c57ec06d66b13e3a79cac3ebc1d3dad3679153 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期五, 23 九月 2022 14:32:49 +0800
Subject: [PATCH] #

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

diff --git a/components/y-title/y-title.vue b/components/y-title/y-title.vue
index dfbd316..65851bf 100644
--- a/components/y-title/y-title.vue
+++ b/components/y-title/y-title.vue
@@ -1,11 +1,9 @@
 <template>
 	<view>
-		<y-warpper>
 			<view style="display: flex;align-items: center;width: 100%;">
 				<view class="decorate"></view>
 				<view class="title">{{titleText}}</view>
 			</view>
-		</y-warpper>
 	</view>
 </template>
 
@@ -28,6 +26,7 @@
 				
 			};
 		}
+		
 	}
 </script>
 

--
Gitblit v1.9.1