bug
This commit is contained in:
parent
4092258e69
commit
01f5fdd18d
@ -54,9 +54,7 @@
|
|||||||
<el-divider></el-divider>
|
<el-divider></el-divider>
|
||||||
<div class="acea-row row-between-wrapper">
|
<div class="acea-row row-between-wrapper">
|
||||||
<span class="content-time">待审核</span>
|
<span class="content-time">待审核</span>
|
||||||
<span class="content-time"
|
<span class="content-time">{{ viewData.totalPostOfReview }}条</span>
|
||||||
>{{ viewData.totalPostOfReview }}条</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
@ -76,9 +74,7 @@
|
|||||||
<el-divider></el-divider>
|
<el-divider></el-divider>
|
||||||
<div class="acea-row row-between-wrapper">
|
<div class="acea-row row-between-wrapper">
|
||||||
<span class="content-time">昨日数据</span>
|
<span class="content-time">昨日数据</span>
|
||||||
<span class="content-time"
|
<span class="content-time">{{ viewData.yesterdayNewUserNum }} 人</span>
|
||||||
>{{ viewData.yesterdayNewUserNum }} 人</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
@ -118,6 +114,7 @@ export default {
|
|||||||
.ivu-mb {
|
.ivu-mb {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.up,
|
.up,
|
||||||
.el-icon-caret-top {
|
.el-icon-caret-top {
|
||||||
color: #f5222d;
|
color: #f5222d;
|
||||||
@ -130,16 +127,19 @@ export default {
|
|||||||
color: #39c15b;
|
color: #39c15b;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_tit {
|
.main_tit {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-time {
|
.content-time {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_badge {
|
.main_badge {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@ -151,12 +151,15 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my15 {
|
.my15 {
|
||||||
margin: 15px 0 15px;
|
margin: 15px 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-center {
|
.align-center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.baseInfo {
|
.baseInfo {
|
||||||
/deep/ .el-card__header {
|
/deep/ .el-card__header {
|
||||||
padding: 15px 20px !important;
|
padding: 15px 20px !important;
|
||||||
@ -170,6 +173,7 @@ export default {
|
|||||||
font-family: PingFangSC-Semibold, PingFang SC;
|
font-family: PingFangSC-Semibold, PingFang SC;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-time {
|
&-time {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
Loading…
Reference in New Issue
Block a user