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