From a734098a615651f35645a1e3d004620c88521d19 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期五, 23 九月 2022 11:12:19 +0800
Subject: [PATCH] #

---
 components/y-input/y-input.vue |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/components/y-input/y-input.vue b/components/y-input/y-input.vue
index c88ac20..6b7919f 100644
--- a/components/y-input/y-input.vue
+++ b/components/y-input/y-input.vue
@@ -2,9 +2,7 @@
 	<view>
 		<view class="main">
 			<view style="display: flex;align-items: center;">
-				 <!-- 鏍囬瑁呴グ -->
-				<view class="line"></view>
-				<view class="title" :class="zBig">{{titleText}}</view>
+				<y-title :title="titleText"/>
 			</view>
 			<view :class="zBig">
 				<input type="text" :placeholder="placeholderText" @input="input"
@@ -83,24 +81,6 @@
 		margin: 2%;
 		border-radius: 5rpx;
 		box-shadow: 0 0 10upx rgba(0, 0, 0, 0.1);
-	}
-	.line {
-		width: 8rpx;
-		height: 24rpx;
-		border-radius: 5rpx;
-		margin-left: 2%;
-		background-color: #409EFF;
-	}
-	.title {
-		width: 100%;
-		height: 50rpx;
-		line-height: 55rpx;
-		font-size: 32rpx;
-		font-weight: bold;
-		font-family: Arial, Helvetica, sans-serif;
-		text-indent: 3%;
-		letter-spacing: 8rpx;
-		color: #303133;
 	}
 	input{
 		width: 96%;

--
Gitblit v1.9.1