Commit 1c2339fe authored by zhangyanni's avatar zhangyanni

样式

parent 90c1f509
<template>
<div class="overfolowWrapper">
<div class="fixedTop">
<span @click="$router.push('/guessList')">竞猜列表</span>
<span @click="$router.push('/guessList')" style="color: #5d78ff;">竞猜列表</span>
<div class="rankTab">
<span :class="currentDayIndex==index?'activeSpan':''" v-for="(item,index) in rankDay"
@click="handleChange(index)">{{item}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment