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