2 Commity e06867b929 ... eff4d763ab

Autor SHA1 Wiadomość Data
  mabaoyi eff4d763ab 冲突 5 miesięcy temu
  mabaoyi 1b0a8ccbdb 增加首页动画 5 miesięcy temu
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/components/Layout/header.vue
  2. 1 1
      src/view/Home/index.vue

+ 1 - 1
src/components/Layout/header.vue

@@ -292,7 +292,7 @@ onMounted(() => {
 .header {
   width: 100%;
   position: absolute;
-  top: 0px;
+  top: 0;
   height: 60px;
   line-height: 60px;
   display: flex;

+ 1 - 1
src/view/Home/index.vue

@@ -36,7 +36,7 @@
     <UserSound />
     <Increase @contant="contant" />
     <div class="start">
-      <p class="start-title">
+      <p class="start-title animate__animated animate__bounceInUp">
         免费试用云厂长的核心功能,开启您的智能制造之旅!
       </p>
       <button class="free">免费体验</button>