!112 【优化】1.分销中心用户卡片样式没有居中问题 2.推广排行榜周排行、月排行切换样式留白问题

Merge pull request !112 from FN/FIX-FN-241013
pull/113/head
芋道源码 2024-10-13 13:07:55 +00:00 committed by Gitee
commit 3051aed6b2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 5 deletions

View File

@ -31,9 +31,10 @@
<style lang="scss" scoped> <style lang="scss" scoped>
// //
.user-card { .user-card {
width: 690rpx; width: 700rpx;
height: 192rpx; height: 192rpx;
margin: -88rpx 20rpx 0 20rpx; margin: 0 auto;
margin-top: -88rpx;
padding-top: 88rpx; padding-top: 88rpx;
background: v-bind(headerBg) no-repeat; background: v-bind(headerBg) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;

View File

@ -163,7 +163,7 @@
} }
.PromoterRank .header .nav { .PromoterRank .header .nav {
width: 450rpx; width: 440rpx;
height: 66rpx; height: 66rpx;
border: 1px solid #fff; border: 1px solid #fff;
border-radius: 33rpx; border-radius: 33rpx;