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')