liyongli 2 年之前
父节点
当前提交
0c59caddfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/Calendar/index.vue

+ 1 - 1
src/views/report/Calendar/index.vue

@@ -2,7 +2,7 @@
   <div class="calendar" :style="'font-size:' + fontSize + 'px'">
     <div
       :class="{ group: true, content: true, bg: true }"
-      :style="index == dataOne.length - 1 ? 'margin:0;padding-bottom: 1em;padding-bottom: .5em' : ''"
+      :style="index == dataOne.length - 1 ? 'margin:0 auto;padding-bottom: 1em;padding-bottom: .5em' : ''"
       v-for="(item, index) in dataOne"
       :key="item.title + index"
     >