diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d30621..1dda8db 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.4](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.0-B.3...v1.0.0-B.4) (2023-07-20) + + +### Bug Fixes + +* 🧩 相关优化 ([70e1361](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/commit/70e1361dfb59a70d7d6627aeda4178fb018d05be)) + ## [1.0.0-B.3](https://git.1000my.com/project-chengduSKP/cd_SKP_H_base_daoshi_vue_ts/compare/v1.0.0-B.2...v1.0.0-B.3) (2023-07-20) diff --git a/package-lock.json b/package-lock.json index 50b4ac7..87927ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.3", + "version": "1.0.0-B.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue_cli_ts", - "version": "1.0.0-B.3", + "version": "1.0.0-B.4", "dependencies": { "@better-scroll/core": "^2.5.0", "@better-scroll/observe-image": "^2.5.0", diff --git a/package.json b/package.json index 38cd536..02e510f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue_cli_ts", - "version": "1.0.0-B.3", + "version": "1.0.0-B.4", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index 6c765f2..142e7f3 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -5544,12 +5544,7 @@ FloorMap_QM.prototype = { mapData.shopArea[i].type = "promotion"; this.addTagLabel(mapData.shopArea[i], { "node": mapData.shopArea[i].shopNav, "floor": this.floorOrder, "build": this.buildOrder }); } - if (shopData[h].formatColor) { - entColor = parseInt(shopData[h].formatColor.replace("#", "0x"), 16); - } - if (shopData[h].borderColor) { - borderColor = parseInt(shopData[h].borderColor.replace("#", "0x"), 16); - } + break; } } diff --git a/src/components/PlateInput/PlateInput.vue b/src/components/PlateInput/PlateInput.vue index 598ea9b..d754ac9 100644 --- a/src/components/PlateInput/PlateInput.vue +++ b/src/components/PlateInput/PlateInput.vue @@ -81,7 +81,7 @@ $btn-width: 197px; position: relative; display: flex; justify-content: space-between; - width: 856px; + width: 872px; margin-bottom: 40px; &::before { position: absolute; diff --git a/src/components/PlateKeyboard/PlateKeyboard.vue b/src/components/PlateKeyboard/PlateKeyboard.vue index 25b49a2..7660350 100644 --- a/src/components/PlateKeyboard/PlateKeyboard.vue +++ b/src/components/PlateKeyboard/PlateKeyboard.vue @@ -10,6 +10,7 @@ keyboardIdx === index ? 'active' : '', searchMethods === '车位' ? 'space' : '' ]" + :data-key="item" @click="handleKeyboard(item, index)" > { width: 24px; height: 24px; } + + &[data-key='黑'], + &[data-key='甘'], + &[data-key='藏'], + &[data-key='警'], + &[data-key='F'], + &[data-key='M'], + &[data-key='T'], + &[data-key='Z'] { + margin-right: 16px; + } + &[data-key='3'], + &[data-key='6'], + &[data-key='9'] { + margin-right: 0; + } &.space { width: 88px; &.del { @@ -104,6 +121,7 @@ onBeforeUnmount(() => { justify-content: center; align-items: center; width: 88px; + margin-right: 0; background: #fff; line-height: initial; } diff --git a/src/views/Art/ArtItem.vue b/src/views/Art/ArtItem.vue index 29aed31..d442393 100644 --- a/src/views/Art/ArtItem.vue +++ b/src/views/Art/ArtItem.vue @@ -7,7 +7,7 @@
{{ artInfo.content.name }}
{{ artInfo.content.nameEn }}
- +
{{ switchLanguage(artInfo.content, 'content') }}
@@ -17,13 +17,35 @@