style: 卡片样式调整
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
.card-item {
|
.card-item {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
// border: 1px solid var(--BG-300, #e6e6e8);
|
border: 1px solid transparent;
|
||||||
background: var(--BG-white, #fff);
|
background: var(--BG-white, #fff);
|
||||||
padding: 12px 16px 16px;
|
padding: 12px 16px 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -103,7 +103,7 @@
|
|||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
&.checked {
|
&.checked {
|
||||||
border: 1px solid var(--Brand-6, #6d4cfe);
|
border-color: #6d4cfe;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user