lifanagju_citu 11 months ago
parent
commit
47591ed282
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/personal/taskCenter/components/signIn.vue

+ 2 - 2
src/views/personal/taskCenter/components/signIn.vue

@@ -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'}"
         >