From 2231d69cb14eeee2bfc8ef5c158ad8b456330964 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 15 Jun 2023 16:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=89=8B=E5=86=99?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchKeyboard/SearchKeyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchKeyboard/SearchKeyboard.vue b/src/components/SearchKeyboard/SearchKeyboard.vue index 5070005..1fb1d0e 100644 --- a/src/components/SearchKeyboard/SearchKeyboard.vue +++ b/src/components/SearchKeyboard/SearchKeyboard.vue @@ -88,7 +88,7 @@ const isPress = ref(-1) const handWritingRef = ref() const styles = reactive({ background: '#fff', - borderRadius: '0 0 12px 12px', + borderRadius: '12px 12px 12px 12px', marginTop: '0px' }) const letterNum = ref('1234567890QWERTYUIOPASDFGHJKLZXCVBNM')