Compare commits

...

2 Commits

  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 2
      src/components/SearchKeyboard/SearchKeyboard.vue

7
CHANGELOG.md

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.8](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.7...v1.0.0-B.8) (2023-06-15)
### Bug Fixes
* 修改手写圆角 ([2231d69](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/commit/2231d69cb14eeee2bfc8ef5c158ad8b456330964))
## [1.0.0-B.7](https://git.1000my.com/project-jiaxinglcpy/jxlcpy_base_daoshi_vue_ts/compare/v1.0.0-B.6...v1.0.0-B.7) (2023-06-15)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.7",
"version": "1.0.0-B.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.0.0-B.7",
"version": "1.0.0-B.8",
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",

2
package.json

@ -1,6 +1,6 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.7",
"version": "1.0.0-B.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

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