dev #20

Merged
zhangyao merged 2 commits from dev into test 3 years ago
  1. 7
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. BIN
      src/assets/images/map/map-dialog.png
  5. 7
      src/views/Guide/Guide.vue
  6. 2
      src/views/Nav/Nav.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.1.0-B.7](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.6...v1.1.0-B.7) (2023-06-09)
### Features
* 🚀 修改弹框 隐藏导航中门牌号,修改公共设施位置 ([1950c17](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/1950c17873668141c4a9e8c4571e1e91a575cbbb))
## [1.1.0-B.6](https://git.1000my.com/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.1.0-B.5...v1.1.0-B.6) (2023-06-09)

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.1.0-B.6",
"version": "1.1.0-B.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vue_cli_ts",
"version": "1.1.0-B.6",
"version": "1.1.0-B.7",
"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.1.0-B.6",
"version": "1.1.0-B.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

BIN
src/assets/images/map/map-dialog.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 60 KiB

7
src/views/Guide/Guide.vue

@ -40,7 +40,7 @@
:refresh-delay="200"
:scrollbar="false"
>
<div class="fac-list">
<div class="fac-list" :class="{ 'pos-right': facilityList.length <= 19 }">
<div
v-for="(item, index) in facilityList"
:key="index"
@ -288,6 +288,9 @@ watch(mapStatus, newValue => {
display: flex;
justify-content: flex-end;
width: fit-content;
&.pos-right {
width: 1170px;
}
.fac-item {
flex-shrink: 0;
width: 44px;
@ -359,7 +362,7 @@ watch(mapStatus, newValue => {
.tip {
position: absolute;
top: 93px;
left: 421px;
right: 564px;
}
.search-btn {
position: absolute;

2
src/views/Nav/Nav.vue

@ -97,7 +97,7 @@
>{{ switchLanguage(shop, 'shopName') }}
</marquees>
</div>
<div v-if="shop.houseNumber" class="working-item">
<div v-if="false && shop.houseNumber" class="working-item">
<img src="../../assets/images/nav/icon_pos.svg" alt="" />
<span class="title">{{ shop.floor + '-' + shop.houseNumber }}</span>
</div>

Loading…
Cancel
Save