BUG 29707
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user