From 1b01ffe23e46627f05aa560d793e9b9b7908d260 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 15 Dec 2023 18:01:38 +0800
Subject: [PATCH] 样式微调

---
 components/noticeList/tagCell.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/noticeList/tagCell.vue b/components/noticeList/tagCell.vue
index e7345bb..670770f 100644
--- a/components/noticeList/tagCell.vue
+++ b/components/noticeList/tagCell.vue
@@ -1,6 +1,6 @@
 <template>
 	<view class="">
-		<view class="tag-cell f-20 c-main">
+		<view class="tag-cell f-18 c-main">
 			{{text}}
 		</view>
 	</view>
@@ -18,8 +18,8 @@
 
 <style scoped>
 	.tag-cell{
-		padding:2rpx 5rpx;
-		border-radius:30rpx;
+		padding:2rpx 8rpx;
+		border-radius: 8rpx;
 		background-color: rgb(236,244,255);
 		border:1px solid currentColor;
 		margin-right:15rpx;

--
Gitblit v1.9.3