Browse Source

fix: 🧩 修改地图弹框中店铺名被切割的问题

pull/26/head
张耀 3 years ago
parent
commit
d0e3cee91a
  1. 1
      src/components/Map/Map.vue

1
src/components/Map/Map.vue

@ -87,6 +87,7 @@ watch(shop, () => {
font-weight: 700;
.name {
display: inline-block;
line-height: inherit;
}
// @include no-wrap;

Loading…
Cancel
Save