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
|
||||
class="holiday-tooltip-wrapper"
|
||||
@click="closeHolidayTooltip"
|
||||
>
|
||||
<div
|
||||
class="holiday-tooltip"
|
||||
@click.stop
|
||||
>
|
||||
<div class="holiday-tooltip">
|
||||
<div class="tooltip-title">
|
||||
{{ currentHolidayName }}
|
||||
</div>
|
||||
@@ -616,7 +619,7 @@ const onTouchEnd = () => {
|
||||
}
|
||||
|
||||
.holiday-tooltip {
|
||||
background: white;
|
||||
background: var(--bg-primary);
|
||||
border-radius: 12px;
|
||||
padding: 24px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
|
||||
Reference in New Issue
Block a user