Browse Source

fix: 气泡字不居中

v1.0.1
jiannibang 3 years ago
parent
commit
738a34382d
  1. 4
      src/components/BrandScroll/BrandScroll.vue

4
src/components/BrandScroll/BrandScroll.vue

@ -160,6 +160,10 @@ watch([scroll, () => props.shop], () => {
line-height: 32px;
color: rgba(0, 0, 0, 0.8);
text-align: center;
padding-right: 6px;
display: flex;
justify-content: center;
align-items: center;
}
}
&.guide {

Loading…
Cancel
Save