diff --git a/CHANGELOG.md b/CHANGELOG.md index b142e6a..0aa5ab0 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package-lock.json b/package-lock.json index 036469c..70b1af4 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index 35bcac0..3d2631b 100644 --- a/package.json +++ b/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", 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')