Commit ee10e78bd754cebcf6d4f2ce40a5d4feb6c7eabd

Authored by liujun001
1 parent 73a63dc9

修改车辆居中显示,文字显示不全等问题

garbage-removal/src/pages/home-info/clean/index.vue
... ... @@ -589,13 +589,19 @@ $custom-bottom-height: 200rpx;
589 589  
590 590  
591 591 .swiperHeight1{
592   - height: 488rpx;
  592 + height: 280px;
  593 + text-align: center;
  594 + justify-content: center;
593 595 }
594 596 .swiperHeight2{
595   - height: 538rpx;
  597 + height: 300px;
  598 + text-align: center;
  599 + justify-content: center;
596 600 }
597 601 .swiperHeight3{
598   - height: 588rpx;
  602 + height: 310px;
  603 + text-align: center;
  604 + justify-content: center;
599 605 }
600 606 .company-clean-container {
601 607 height: 100%;
... ...