style: 更新点位详细卡片的背景颜色,统一使用fill4以提升视觉一致性
This commit is contained in:
parent
d20376c435
commit
a2412fcf3c
@ -381,8 +381,7 @@ const binTaskData = computed(() => {
|
|||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: get-color(fill1);
|
background-color: get-color(fill4);
|
||||||
border: 1px solid get-color(border1);
|
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -407,7 +406,7 @@ const binTaskData = computed(() => {
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: get-color(fill2);
|
background-color: get-color(fill4);
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user