From 2231d69cb14eeee2bfc8ef5c158ad8b456330964 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 15 Jun 2023 16:52:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=89=8B=E5=86=99?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchKeyboard/SearchKeyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') From cc6d81f9ac942c36acc36a98ad6a3441f249a364 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Thu, 15 Jun 2023 16:53:25 +0800 Subject: [PATCH 2/2] chore(release): 1.0.0-B.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",