From 229aab817807f5886afe4acdb5d869b00ccc3137 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期二, 21 十一月 2023 13:47:11 +0800
Subject: [PATCH] 字段修改
---
xcx/pages/robeHome/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/xcx/pages/robeHome/index.vue b/xcx/pages/robeHome/index.vue
index 8a5889f..1d751e5 100644
--- a/xcx/pages/robeHome/index.vue
+++ b/xcx/pages/robeHome/index.vue
@@ -219,7 +219,7 @@
&:nth-child(3){
.users_content{
.users_menu{
- margin-left: -30px;
+ // margin-left: -30px;
}
}
}
@@ -245,7 +245,7 @@
padding: 15px 0 0;
display: flex;
align-items: center;
- justify-content: space-around;
+ // justify-content: space-around;
max-width: 100%;
height: calc(100% - 110rpx);
flex-wrap: wrap;
@@ -256,7 +256,8 @@
}
.users_menu{
max-width: calc(100%/4 - 45rpx);
- padding-left: 20rpx;
+ padding-left: 9px;
+ padding-right: 9px;
display: flex;
justify-content: center;
align-items: center;
--
Gitblit v1.9.3