From 06ee76d0a83854ad7a044689627e0f00a66e5ce5 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Wed, 19 Jan 2022 18:36:23 +0800
Subject: [PATCH] 表单校验

---
 src/components/mini/tagInfo.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/mini/tagInfo.vue b/src/components/mini/tagInfo.vue
index d738615..364c2a8 100644
--- a/src/components/mini/tagInfo.vue
+++ b/src/components/mini/tagInfo.vue
@@ -2,7 +2,7 @@
 	<div class="swichTag">
 		<a-page-header style="padding: 0px;" title=" " @back="() => this.$router.go(-1)">
 		</a-page-header>
-		<a-divider :dashed="true" orientation="left">关于我的一些..小故事</a-divider>
+		<a-divider :dashed="true" orientation="left">关于我的一些..<span class="myTip">小故事</span></a-divider>
 
 		<a-timeline pending="...">
 			<p slot="pendingDot" style="font-size: 18px;" />
@@ -15,12 +15,12 @@
 					<li> 喜欢钢琴~喜欢吉他 </li>
 					<li> 爱音乐,也爱看番 </li>
 					<li> B界的白嫖怪</li>
-					<li> PC单机的<span class="myTip">伪</span>硬核玩家 </li>
+					<li> PC单机的<!-- <span class="myTip">伪</span> --><span class="myTip" style="text-decoration:line-through">硬核</span>玩家 </li>
 					<li>
 
-						<img src="http://t.inleft.com/share/media_photo/xm.jpg" style="width: 35px;" />
+						<img src="http://t.inleft.com/share/media_photo/xm.jpg" style="width: 35px;border-radius: 20px;" />
 						我的小老弟&御用暖床袋
-						<img src="http://t.inleft.com/share/media_photo/IMG_20220117_145633.jpg" style="width: 50px;" />
+						<img src="http://t.inleft.com/share/media_photo/IMG_20220117_145633.jpg" style="width: 50px;border-radius: 30px" />
 						<span style="font-size: 10px;color: #999">(小乖)</span>
 					</li>
 				</ul>

--
Gitblit v1.9.1