修复日程提醒功能

This commit is contained in:
2026-07-20 11:41:39 +08:00
parent 7ab6958538
commit f00ba9f9cc
19 changed files with 1735 additions and 1725 deletions
+3 -3
View File
@@ -242,7 +242,7 @@ function onItemTap(item) {
transform: translateY(-50%);
width: 6rpx;
height: 36rpx;
background: $color-primary;
background: linear-gradient(180deg, #4facfe 0%, #00f2fe 100%);
border-radius: 0 4rpx 4rpx 0;
}
}
@@ -270,10 +270,10 @@ function onItemTap(item) {
border-radius: $radius-md;
&.active {
background: $color-primary-bg;
background: linear-gradient(135deg, rgba(79, 172, 254, 0.08) 0%, rgba(0, 242, 254, 0.08) 100%);
.item-name {
color: $color-primary;
color: #4facfe;
}
}