| | |
| | | <template> |
| | | <div class="home-right"> |
| | | <UserOperate/> |
| | | <Synergy /> |
| | | <TaskAchievements /> |
| | | <EventOverview /> |
| | |
| | | import Synergy from '@/views/Home/components/HomeRight/Synergy.vue'; |
| | | import TaskAchievements from '@/views/Home/components/HomeRight/TaskAchievements.vue'; |
| | | import EventOverview from '@/views/Home/components/HomeRight/EventOverview.vue'; |
| | | |
| | | import UserOperate from '@/components/UserOperate.vue'; |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |
| | | .home-right { |
| | | position: absolute; |
| | | top: hToV(122); |
| | | top: 122px; |
| | | right: 31px; |
| | | width: 404px; |
| | | |
| | | .titleBox { |
| | | width: 404px; |
| | | height: hToV(43); |
| | | height: 43px; |
| | | } |
| | | } |
| | | </style> |