mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 04:22:53 +08:00
Merge branch 'feature/GFRS-453【】贺报功能' into dev
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user