zs 2 роки тому
батько
коміт
1048aa02fe
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      src/views/home/parts/home-2.vue
  2. 1 1
      src/views/home/parts/home-3.vue

+ 1 - 1
src/views/home/parts/home-2.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="home-2">
     <el-row>
-      <el-col :span="24" class="main">
+      <el-col :span="24" class="main animate__animated animate__backInRight">
         <userhome1 v-if="is_role === true"></userhome1>
         <userhome2 v-else></userhome2>
       </el-col>

+ 1 - 1
src/views/home/parts/home-3.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="home-3">
     <el-row>
-      <el-col :span="24" class="main">
+      <el-col :span="24" class="main animate__animated animate__backInRight">
         <unithome1 v-if="is_role === true"></unithome1>
         <unithome2 v-else></unithome2>
       </el-col>