Browse Source

fix: 修改手写圆角

pull/9/head
张耀 3 years ago
parent
commit
2231d69cb1
  1. 2
      src/components/SearchKeyboard/SearchKeyboard.vue

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

Loading…
Cancel
Save