|
@@ -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' : ''"
|
|
|
+ :style="index == dataOne.length - 1 ? 'margin:0;padding-bottom: 1em;' : ''"
|
|
|
v-for="(item, index) in dataOne"
|
|
|
:key="item.title + index"
|
|
|
>
|
|
@@ -215,6 +215,7 @@ export default {
|
|
|
}
|
|
|
.bottom {
|
|
|
border: 4px solid #0983a8;
|
|
|
+ color: #fff;
|
|
|
margin-top: 1em;
|
|
|
padding: 10px;
|
|
|
font-size: 0.9rem;
|