From cc8fa259ce39e3daebb8a5f7a8cddfc52323662c Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 14 Dec 2023 18:09:00 +0800
Subject: [PATCH] 首页样式调整,综治网格、公安网格数据渲染,楼盘列表演示调整

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

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

--
Gitblit v1.9.3