perf: 多选样式优化

This commit is contained in:
pipipi-pikachu 2022-09-25 13:44:47 +08:00
parent 5c03a1f553
commit ddf24f1078

View File

@ -133,7 +133,7 @@ const height = computed(() => 'height' in props.elementInfo ? props.elementInfo.
user-select: none;
&.multi-select {
opacity: 0;
opacity: 0.2;
}
}
.animation-index {