lifanagju_citu 1 년 전
부모
커밋
47591ed282
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'}"
         >