Browse Source

feat: 🚀 修改弹框切割问题

pull/33/head
张耀 3 years ago
parent
commit
8b774cb389
  1. 3
      src/components/Map/Map.vue

3
src/components/Map/Map.vue

@ -79,7 +79,7 @@ watch(shop, () => {
overflow: hidden;
width: 220px;
height: 60px;
padding: 25px 18px 0 36px;
padding: 20px 18px 0 36px;
font-size: 22px;
font-family: 'font_bold';
white-space: nowrap;
@ -88,6 +88,7 @@ watch(shop, () => {
.name {
display: inline-block;
line-height: inherit;
padding-top: 5px;
}
// @include no-wrap;

Loading…
Cancel
Save