fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-02-21 12:15:08 +08:00
parent 749624f290
commit c2751c79cf

View File

@@ -74,9 +74,12 @@
> >
<div <div
class="holiday-tooltip-wrapper" class="holiday-tooltip-wrapper"
@click="closeHolidayTooltip"
>
<div
class="holiday-tooltip"
@click.stop @click.stop
> >
<div class="holiday-tooltip">
<div class="tooltip-title"> <div class="tooltip-title">
{{ currentHolidayName }} {{ currentHolidayName }}
</div> </div>
@@ -616,7 +619,7 @@ const onTouchEnd = () => {
} }
.holiday-tooltip { .holiday-tooltip {
background: white; background: var(--bg-primary);
border-radius: 12px; border-radius: 12px;
padding: 24px; padding: 24px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);