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 {