diff --git a/lib/components/ColorPicker/Solid/index.vue b/lib/components/ColorPicker/Solid/index.vue
index b21b3ac..4002954 100644
--- a/lib/components/ColorPicker/Solid/index.vue
+++ b/lib/components/ColorPicker/Solid/index.vue
@@ -129,7 +129,6 @@ const updateColor = (
hue = getRightValue(hue, state.colorHue);
saturation = getRightValue(saturation, state.colorSaturation);
value = getRightValue(value, state.colorValue);
-
state.colorRed = red;
state.colorGreen = green;
state.colorBlue = blue;
diff --git a/lib/components/ColorPicker/index.vue b/lib/components/ColorPicker/index.vue
index c841d55..db1c00b 100644
--- a/lib/components/ColorPicker/index.vue
+++ b/lib/components/ColorPicker/index.vue
@@ -4,10 +4,11 @@
* @Author: June
* @Date: 2023-03-18 00:57:49
* @LastEditors: June
- * @LastEditTime: 2023-04-28 11:49:51
+ * @LastEditTime: 2023-05-12 22:31:38
-->