From b11a72128472eaa16c9aed99b11f54ae3692464c Mon Sep 17 00:00:00 2001 From: "du.meimei" Date: Sat, 15 Mar 2025 17:38:33 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=A1=AB=E7=A9=BA=E9=A2=98=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Design/components/Questions/Completion.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/Design/components/Questions/Completion.vue b/src/views/Design/components/Questions/Completion.vue index ec31fdb..99ba1f6 100644 --- a/src/views/Design/components/Questions/Completion.vue +++ b/src/views/Design/components/Questions/Completion.vue @@ -60,11 +60,15 @@ const emitValue = () => { width: 100%; min-height: 40px; margin-bottom: 10px; - padding: 3px 5px; - border: 1px solid #ccc; + padding: 12px; + border: 1px solid #f4f4f4; border-radius: 5px; outline: none; } + .other_input::placeholder { + font-size: 14px; + color: #d7d7d7; + } } .text_value {