BUG 29707

This commit is contained in:
aixianling
2022-05-20 14:10:10 +08:00
parent 7c2f392b07
commit d86be7476f
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template> <template>
<section class="AppCreditPoints"> <section class="AppCreditPoints">
<AiTabPanes :tabs="tabList" v-model="tabIndex" background="#4181FF"/> <AiTabPanes :tabs="tabList" v-model="tabIndex"/>
<family-rank v-if="tabIndex == 0" :showDetail="showDetail"/> <family-rank v-if="tabIndex == 0" :showDetail="showDetail"/>
<user-rank v-if="tabIndex == 1" :showDetail="showDetail"/> <user-rank v-if="tabIndex == 1" :showDetail="showDetail"/>
<sys-user-integral v-if="tabIndex==2"/> <sys-user-integral v-if="tabIndex==2"/>

View File

@@ -124,7 +124,7 @@ export default {
.bg-blue { .bg-blue {
width: 100vw; width: 100vw;
height: 176px; height: 176px;
background-color: #4181FF; background-color: #3975C6;
} }
.header-content { .header-content {

View File

@@ -80,7 +80,7 @@ export default {
.bg-blue { .bg-blue {
width: 100%; width: 100%;
height: 176px; height: 176px;
background-color: #4181FF; background-color: #3975C6;
} }
.header-content { .header-content {
@@ -102,10 +102,10 @@ export default {
.btn { .btn {
border-radius: 28px; border-radius: 28px;
border: 2px solid #4181FF; border: 2px solid #3975C6;
padding: 0 28px; padding: 0 28px;
line-height: 56px; line-height: 56px;
color: #4181FF; color: #3975C6;
} }
} }

View File

@@ -129,7 +129,7 @@ export default {
.bg-blue { .bg-blue {
width: 100%; width: 100%;
height: 176px; height: 176px;
background-color: #4181FF; background-color: #3975C6;
} }
.header-content { .header-content {