mabaoyi 5 mesiacov pred
rodič
commit
1b0a8ccbdb

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

@@ -292,7 +292,7 @@ onMounted(() => {
 .header {
   width: 100%;
   position: absolute;
-  top: 14px;
+  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>