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>
<div>
<div class="congratulationTop text-center" v-show="showData.topList.length !== 0">
<div class="bg-white">
<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>
<div class="rankWrapper">
<van-row class="rankTitle">
@@ -134,8 +134,7 @@ export default {
$border: 1px solid #ff4040;
.congratulationTop {
background-color: #fff;
height: 100vh;
min-height: 100vh;
}
.congratulationTitle {