Commit 295b27820cb0a15520752eef35f4941e592fe7de

Authored by ww
1 parent 89dc06b5

perf: select widget container add background color

... ... @@ -23,7 +23,7 @@
23 23 :style="{ borderColor: props.controlId === props.checkedId ? '#1a74e8' : '#f0f0f0' }"
24 24 hoverable
25 25 bordered
26   - class="w-60 h-60 widget-select"
  26 + class="w-60 h-60 widget-select !bg-light-50"
27 27 @click="handleClick"
28 28 >
29 29 <div class="widget-container">
... ...