Commit ee10e78bd754cebcf6d4f2ce40a5d4feb6c7eabd
1 parent
73a63dc9
修改车辆居中显示,文字显示不全等问题
Showing
1 changed file
with
9 additions
and
3 deletions
garbage-removal/src/pages/home-info/clean/index.vue
| @@ -589,13 +589,19 @@ $custom-bottom-height: 200rpx; | @@ -589,13 +589,19 @@ $custom-bottom-height: 200rpx; | ||
| 589 | 589 | ||
| 590 | 590 | ||
| 591 | .swiperHeight1{ | 591 | .swiperHeight1{ |
| 592 | - height: 488rpx; | 592 | + height: 280px; |
| 593 | + text-align: center; | ||
| 594 | + justify-content: center; | ||
| 593 | } | 595 | } |
| 594 | .swiperHeight2{ | 596 | .swiperHeight2{ |
| 595 | - height: 538rpx; | 597 | + height: 300px; |
| 598 | + text-align: center; | ||
| 599 | + justify-content: center; | ||
| 596 | } | 600 | } |
| 597 | .swiperHeight3{ | 601 | .swiperHeight3{ |
| 598 | - height: 588rpx; | 602 | + height: 310px; |
| 603 | + text-align: center; | ||
| 604 | + justify-content: center; | ||
| 599 | } | 605 | } |
| 600 | .company-clean-container { | 606 | .company-clean-container { |
| 601 | height: 100%; | 607 | height: 100%; |