Browse Source

fix: 地图优化

ShangHai_LongXiang
高志龙 2 years ago
parent
commit
8de3f2921f
  1. BIN
      public/static/img/Q.png
  2. BIN
      public/static/img/Z.png
  3. BIN
      public/static/img/model/chechanglangan.glb
  4. BIN
      public/static/img/model/qiche1.glb
  5. BIN
      public/static/img/model/qiche2.glb
  6. BIN
      public/static/img/model/qiche3.glb
  7. BIN
      public/static/img/model/qiche4.glb
  8. BIN
      public/static/img/model/qiche5.glb
  9. BIN
      public/static/img/model/qiche6.glb
  10. BIN
      public/static/img/model/qiche7.glb
  11. BIN
      public/static/img/model/qiche8.glb
  12. BIN
      public/static/img/model/qiche9.glb
  13. 3291
      public/static/qm/MainMap_QM_go.js
  14. 2053
      public/static/qm/three.js
  15. 4
      src/components/Map/Map.vue

BIN
public/static/img/Q.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
public/static/img/Z.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
public/static/img/model/chechanglangan.glb

Binary file not shown.

BIN
public/static/img/model/qiche1.glb

Binary file not shown.

BIN
public/static/img/model/qiche2.glb

Binary file not shown.

BIN
public/static/img/model/qiche3.glb

Binary file not shown.

BIN
public/static/img/model/qiche4.glb

Binary file not shown.

BIN
public/static/img/model/qiche5.glb

Binary file not shown.

BIN
public/static/img/model/qiche6.glb

Binary file not shown.

BIN
public/static/img/model/qiche7.glb

Binary file not shown.

BIN
public/static/img/model/qiche8.glb

Binary file not shown.

BIN
public/static/img/model/qiche9.glb

Binary file not shown.

3291
public/static/qm/MainMap_QM_go.js

File diff suppressed because it is too large

2053
public/static/qm/three.js

File diff suppressed because one or more lines are too long

4
src/components/Map/Map.vue

@ -53,7 +53,7 @@ const { shop } = storeToRefs(store)
#shopInfo { #shopInfo {
position: absolute; position: absolute;
z-index: 9000 !important; z-index: 9000 !important;
visibility: hidden;
display: none;
height: 36px; height: 36px;
background: center / 100% 100% no-repeat url(./bg.png); background: center / 100% 100% no-repeat url(./bg.png);
div { div {
@ -70,7 +70,7 @@ const { shop } = storeToRefs(store)
} }
#moveFloorBG { #moveFloorBG {
position: absolute; position: absolute;
visibility: hidden;
display: none;
border-radius: 5px; border-radius: 5px;
width: 32px; width: 32px;
background-color: #ffffff; background-color: #ffffff;

Loading…
Cancel
Save