Merge branch 'feature/GFRS-453【】贺报功能' into dev

This commit is contained in:
mengxiaolong
2020-08-27 09:24:27 +08:00

View File

@@ -1,7 +1,7 @@
<!-- 上头条 --> <!-- 上头条 -->
<template> <template>
<div> <div class="bg-white">
<div class="congratulationTop text-center" v-show="showData.topList.length !== 0"> <div class="congratulationTop text-center bg-white" v-show="showData.topList.length !== 0">
<van-row><van-col class="congratulationTitle" span="24">全国TOP30本月业绩排名</van-col></van-row> <van-row><van-col class="congratulationTitle" span="24">全国TOP30本月业绩排名</van-col></van-row>
<div class="rankWrapper"> <div class="rankWrapper">
<van-row class="rankTitle"> <van-row class="rankTitle">
@@ -134,8 +134,7 @@ export default {
$border: 1px solid #ff4040; $border: 1px solid #ff4040;
.congratulationTop { .congratulationTop {
background-color: #fff; min-height: 100vh;
height: 100vh;
} }
.congratulationTitle { .congratulationTitle {