Commit cd5cc258e381ef8004a97d58322397472ce5bbc6
1 parent
c8580773
fix: 调整热销商品位置,prod2-40/41
Showing
2 changed files
with
6 additions
and
6 deletions
deploy/prod2.sh
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # 变量定义 | 2 | # 变量定义 |
3 | -LAST_TAG="1.0.39" | ||
4 | -TAG="1.0.40" | 3 | +LAST_TAG="1.0.40" |
4 | +TAG="1.0.41" | ||
5 | TARGET_PATH="/root/web/canrud-outside-nuxt-front" | 5 | TARGET_PATH="/root/web/canrud-outside-nuxt-front" |
6 | DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" | 6 | DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" |
7 | IMAGE_NAME="canrud-outside-front" | 7 | IMAGE_NAME="canrud-outside-front" |
pages/products/index.vue
@@ -504,21 +504,21 @@ const hotLength = computed(() => | @@ -504,21 +504,21 @@ const hotLength = computed(() => | ||
504 | .tabs { | 504 | .tabs { |
505 | border-bottom: 2px solid #1f88e5; | 505 | border-bottom: 2px solid #1f88e5; |
506 | margin: 10px auto 20px; | 506 | margin: 10px auto 20px; |
507 | - width: 96%; | 507 | + width: 93%; |
508 | } | 508 | } |
509 | } | 509 | } |
510 | @media screen and (max-width: 1536px) and (min-width: 1281px) { | 510 | @media screen and (max-width: 1536px) and (min-width: 1281px) { |
511 | .tabs { | 511 | .tabs { |
512 | border-bottom: 2px solid #1f88e5; | 512 | border-bottom: 2px solid #1f88e5; |
513 | margin: 10px auto 40px; | 513 | margin: 10px auto 40px; |
514 | - width: 85%; | 514 | + width: 78%; |
515 | } | 515 | } |
516 | } | 516 | } |
517 | @media screen and (max-width: 1280px) { | 517 | @media screen and (max-width: 1280px) { |
518 | .tabs { | 518 | .tabs { |
519 | border-bottom: 2px solid #1f88e5; | 519 | border-bottom: 2px solid #1f88e5; |
520 | margin: 10px auto 40px; | 520 | margin: 10px auto 40px; |
521 | - width: 90%; | 521 | + width: 92%; |
522 | } | 522 | } |
523 | } | 523 | } |
524 | /* .tabs { | 524 | /* .tabs { |
@@ -586,7 +586,7 @@ const hotLength = computed(() => | @@ -586,7 +586,7 @@ const hotLength = computed(() => | ||
586 | display: inline-block; | 586 | display: inline-block; |
587 | margin: 0 5px; | 587 | margin: 0 5px; |
588 | text-align: center; | 588 | text-align: center; |
589 | - width: 180px; | 589 | + width: 200px; |
590 | } | 590 | } |
591 | } | 591 | } |
592 | @media screen and (min-width: 1537px) { | 592 | @media screen and (min-width: 1537px) { |