Commit 295b27820cb0a15520752eef35f4941e592fe7de
1 parent
89dc06b5
perf: select widget container add background color
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | :style="{ borderColor: props.controlId === props.checkedId ? '#1a74e8' : '#f0f0f0' }" | 23 | :style="{ borderColor: props.controlId === props.checkedId ? '#1a74e8' : '#f0f0f0' }" |
24 | hoverable | 24 | hoverable |
25 | bordered | 25 | bordered |
26 | - class="w-60 h-60 widget-select" | 26 | + class="w-60 h-60 widget-select !bg-light-50" |
27 | @click="handleClick" | 27 | @click="handleClick" |
28 | > | 28 | > |
29 | <div class="widget-container"> | 29 | <div class="widget-container"> |