Browse Source

Merge branch 'feat-retail' into dev

tags/v1.1.30
张家华 3 years ago
parent
commit
ccbc46c223
  1. 4
      src/subpackage/retail/pages/index/index.vue

4
src/subpackage/retail/pages/index/index.vue

@ -664,6 +664,7 @@ export default {
flex-direction: column; flex-direction: column;
> button { > button {
padding: 0 10rpx;
width: 100%; width: 100%;
height: 92rpx; height: 92rpx;
line-height: 92rpx; line-height: 92rpx;
@ -671,6 +672,9 @@ export default {
border-top-right-radius: 30rpx; border-top-right-radius: 30rpx;
border: 0rpx; border: 0rpx;
font-size: 28rpx; font-size: 28rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
} }
} }

Loading…
Cancel
Save