@@ -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>
<div id="home-3">
<unithome1 v-if="is_role === true"></unithome1>
<unithome2 v-else></unithome2>