浏览代码

bugfix:处理bug

leo 1 年之前
父节点
当前提交
248bb6218a
共有 3 个文件被更改,包括 7 次插入3 次删除
  1. 1 0
      nuxt.config.js
  2. 3 0
      pages/claimCloudPhone/components/bargainingAssistance.vue
  3. 3 3
      pages/claimCloudPhone/purchase.vue

+ 1 - 0
nuxt.config.js

@@ -17,6 +17,7 @@ dotenv.config({
 });
 
 export default {
+  target: 'static',
   // Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
   ssr: false,
   // Global page headers: https://go.nuxtjs.dev/config-head

+ 3 - 0
pages/claimCloudPhone/components/bargainingAssistance.vue

@@ -1255,6 +1255,9 @@ export default {
             font-size: 14px;
             color: #6d2b12;
             text-align: center;
+            overflow: hidden;
+            white-space: nowrap;
+            text-overflow: ellipsis;
             font-style: normal;
           }
         }

+ 3 - 3
pages/claimCloudPhone/purchase.vue

@@ -11,11 +11,11 @@
           <img src="@/assets/image/claimCloudPhone/privilege-1.png" alt="" />
           应用预装已完成
         </div>
-        <div style="animation-delay: 1s">
+        <div style="animation-delay: 0.3s">
           <img src="@/assets/image/claimCloudPhone/privilege-2.png" alt="" />
           任意下单
         </div>
-        <div style="animation-delay: 1.5s">
+        <div style="animation-delay: 0.6s">
           <img src="@/assets/image/claimCloudPhone/privilege-3.png" alt="" />
           立即使用云机
         </div>
@@ -315,7 +315,7 @@ export default {
     justify-content: space-between;
     & > div {
       opacity: 0;
-      animation: purchase 0.5s forwards linear;
+      animation: purchase 0.3s forwards linear;
       text-align: center;
       font-family: PingFangSC, PingFang SC;
       font-weight: 400;