From f6b860170e93259882eaeaa637f0bc60788bf4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 6 Sep 2024 11:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-custom/model-custom-content.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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; }