Commit 70ce47e757a8a7f508f61392666f88427b8042d8
1 parent
e69decd3
fix: DEFECT-683 button group line hight && set widget wrapper border color
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | |
| 21 | 21 | <template> |
| 22 | 22 | <Card |
| 23 | - :style="{ borderColor: props.controlId === props.checkedId ? '#1a74e8' : '#f0f0f0' }" | |
| 23 | + :style="{ borderColor: props.controlId === props.checkedId ? '#1a74e8' : '#dcdfe6' }" | |
| 24 | 24 | hoverable |
| 25 | 25 | bordered |
| 26 | 26 | class="w-60 h-60 widget-select !bg-light-50 cursor-pointer" |
| ... | ... | @@ -48,7 +48,7 @@ |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | .widget-select:deep(.ant-card-meta) { |
| 51 | - border-top: 1px solid #efefef; | |
| 51 | + border-top: 1px solid #dcdfe6; | |
| 52 | 52 | width: 100%; |
| 53 | 53 | height: 40px; |
| 54 | 54 | text-align: center; | ... | ... |