From 0a667b478b0d75e5ce80d812c3940b13960c1ecf Mon Sep 17 00:00:00 2001 From: linfeng Date: Wed, 22 Nov 2023 10:38:59 +0800 Subject: [PATCH] update square/square.vue --- .../linfeng-community-uniapp-ky/pages/square/square.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue index 45c575d..0c25811 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue @@ -26,7 +26,6 @@ v-for="(item, index) in userList" :key="index"> {{ index + 1 }} {{ index + 1 }} - {{ item.username }} @@ -197,7 +196,7 @@ text-align: center; line-height: 55rpx; } - + .user-index-common { margin: 20rpx 20rpx 0rpx 0rpx; color: #fff; @@ -243,14 +242,14 @@ color: #a3a3a3; font-size: 22rpx; } - - .post-num{ + + .post-num { display: inline-block; border-radius: 10rpx; margin-right: 20rpx; margin-top: 40rpx; color: #aaaaff; - font-size: 34rpx; + font-size: 36rpx; font-weight: 800; } }