diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue
index 3261c5df..5163e95b 100644
--- a/src/components/model-custom/model-custom-content.vue
+++ b/src/components/model-custom/model-custom-content.vue
@@ -10,7 +10,7 @@
{{ form.data_source_content.title || form.data_source_content.name }}
@@ -226,9 +226,11 @@ const replace_data = () => {
}
}
.replace-data {
- bottom: 1rem;
- left: 0.5rem;
+ height: 2.4rem;
+ bottom: 0.5rem;
+ left: 2.1rem;
+ line-height: 2.4rem;
border-radius: 2rem;
- border: 1px solid #ccc;
+ cursor: pointer;
}