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
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:
@@ -74,9 +74,12 @@
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="holiday-tooltip-wrapper"
|
class="holiday-tooltip-wrapper"
|
||||||
@click.stop
|
@click="closeHolidayTooltip"
|
||||||
>
|
>
|
||||||
<div class="holiday-tooltip">
|
<div
|
||||||
|
class="holiday-tooltip"
|
||||||
|
@click.stop
|
||||||
|
>
|
||||||
<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);
|
||||||
|
|||||||
Reference in New Issue
Block a user