From 0b26f917b8ce3c559a27d5f184473a6cedad9f3c Mon Sep 17 00:00:00 2001
From: boyang <1920788179@qq.com>
Date: Thu, 28 Nov 2024 09:25:33 +0800
Subject: [PATCH] fix: 修改期刊最小高度,prod2.sh-34/35

---
 components/ProductDetail.vue | 4 ++--
 deploy/prod2.sh              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/ProductDetail.vue b/components/ProductDetail.vue
index e65fda5..d7693d1 100644
--- a/components/ProductDetail.vue
+++ b/components/ProductDetail.vue
@@ -262,7 +262,7 @@
       </div>
     </div>
     <div style="display: flex">
-      <div class="tw-pb-[64px]" style="width: 70%; margin-right: 10px">
+      <div class="tw-pb-[64px]" style="width: 70%; margin-right: 10px;">
         <v-tabs
           class="tabs"
           v-model="tab"
@@ -275,7 +275,7 @@
           <v-tab :value="2">Specification</v-tab>
           <!-- <v-tab :value="3">商品百科</v-tab> -->
         </v-tabs>
-        <v-window v-model="tab" class="tw-p-[24px]">
+        <v-window v-model="tab" class="tw-p-[24px]" style="min-height: 500px; height: auto;" >
           <v-window-item key="1" :value="1">
             <div v-if="info.advantage" class="tw-mb-[24px]">
               <div class="text-h6">Advantage</div>
diff --git a/deploy/prod2.sh b/deploy/prod2.sh
index 4c195aa..0670e03 100644
--- a/deploy/prod2.sh
+++ b/deploy/prod2.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 # 变量定义
-LAST_TAG="1.0.33"
-TAG="1.0.34"
+LAST_TAG="1.0.34"
+TAG="1.0.35"
 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
 IMAGE_NAME="canrud-outside-front"
--
libgit2 0.23.3