|
@@ -2,10 +2,10 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<integralShow></integralShow>
|
|
|
- <div class="d-flex justify-center mt-3" style="">
|
|
|
+ <div class="d-flex justify-center mt-3">
|
|
|
<div v-for="(item, index) in list" :key="'signInKey' + index" >
|
|
|
<div
|
|
|
- class="borderRadius-5 mx-3 py-3 px-4"
|
|
|
+ class="borderRadius-5 mx-5 py-3 px-4"
|
|
|
style="text-align: center;"
|
|
|
:style="{'background-color': index < 连续签到天数 ? '#10897ba8' : '#f2f4f7'}"
|
|
|
>
|