style: 更新点位详细卡片的背景颜色,统一使用fill4以提升视觉一致性

This commit is contained in:
xudan 2025-08-05 16:55:34 +08:00
parent d20376c435
commit a2412fcf3c

View File

@ -381,8 +381,7 @@ const binTaskData = computed(() => {
margin-bottom: 16px;
padding: 12px;
border-radius: 4px;
background-color: get-color(fill1);
border: 1px solid get-color(border1);
background-color: get-color(fill4);
&:last-child {
margin-bottom: 0;
@ -407,7 +406,7 @@ const binTaskData = computed(() => {
margin-bottom: 8px;
padding: 8px;
border-radius: 4px;
background-color: get-color(fill2);
background-color: get-color(fill4);
&:last-child {
margin-bottom: 0;