Commit fc870e39 authored by 郭志伟's avatar 郭志伟

fix: 颜色选择器显示逻辑调整

parent ecc0c474
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
if (Array.isArray(val)) { if (Array.isArray(val)) {
this.color = val[0]; this.color = val[0];
this.toColor = val[1]; this.toColor = val[1];
this.showToColor = true;
} else { } else {
this.color = val; this.color = val;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment