diff --git a/src/components/home/t-calendar.vue b/src/components/home/t-calendar.vue index ebde0e0c..7e510828 100644 --- a/src/components/home/t-calendar.vue +++ b/src/components/home/t-calendar.vue @@ -2,15 +2,15 @@
- mdi-calendar-clock + mdi-calendar-clock 今日素材 {{ dateNow }} - + @@ -43,7 +43,7 @@ /> 分享 @@ -232,6 +232,13 @@ async function toBirthday(): Promise { column-gap: 10px; } +.calendar-title-gift { + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + .calendar-title-mid { display: flex; align-items: center;