From c46dfe3be6c1d989c59cf468e83010f5aee37c40 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 10 Apr 2022 17:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20textarea=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quickcommandUI/TextArea.vue | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/components/quickcommandUI/TextArea.vue b/src/components/quickcommandUI/TextArea.vue index 59e796c..664f239 100644 --- a/src/components/quickcommandUI/TextArea.vue +++ b/src/components/quickcommandUI/TextArea.vue @@ -8,26 +8,23 @@ class="fixed" :style="{ top: 0, - bottom: '36px', + bottom: 0, left: 0, right: 0, background: '#00000000', color: $q.dark.isActive ? 'white' : 'black', fontSize: '16px', outline: 'none', + border: '3px solid #3577cb', + borderRadius: '5px', }" /> - - - - + + +