diff --git a/client/src/components/ColorPicker/ColorPicker.vue b/client/src/components/ColorPicker/ColorPicker.vue
new file mode 100644
index 0000000..386e7ab
--- /dev/null
+++ b/client/src/components/ColorPicker/ColorPicker.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
diff --git a/client/src/components/EditModal/EditModal.vue b/client/src/components/EditModal/EditModal.vue
new file mode 100644
index 0000000..ea28d47
--- /dev/null
+++ b/client/src/components/EditModal/EditModal.vue
@@ -0,0 +1,146 @@
+
+
+
+ {{ title }}
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
diff --git a/client/src/components/TransactionItem/TransactionItem.vue b/client/src/components/TransactionItem/TransactionItem.vue
index a9e8c54..9d317b5 100644
--- a/client/src/components/TransactionItem/TransactionItem.vue
+++ b/client/src/components/TransactionItem/TransactionItem.vue
@@ -37,7 +37,7 @@