From c5e381984c6342fed7ab3380ec21459451751929 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期五, 23 九月 2022 13:15:22 +0800
Subject: [PATCH] #

---
 components/y-input/y-input.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/components/y-input/y-input.vue b/components/y-input/y-input.vue
index 1823a00..751d7aa 100644
--- a/components/y-input/y-input.vue
+++ b/components/y-input/y-input.vue
@@ -1,9 +1,7 @@
 <template>
 	<view>
-		<view class="main">
-			<view style="display: flex;align-items: center;">
-				<y-title :title="titleText"/>
-			</view>
+		<!-- <view class="main">
+			<y-title :title="titleText"/>
 			<view :class="zBig">
 				<view style="display: flex;" class="input">
 					<input type="text" :placeholder="placeholderText" @input="input"
@@ -13,7 +11,11 @@
 					 </view>
 				</view>
 			</view>
-		</view>
+		</view> -->
+		<y-wrapper>
+			<y-title :title="titleText"></y-title>
+			<z-input></z-input>
+		</y-wrapper>
 	</view>
 </template>
 

--
Gitblit v1.9.1