| | |
| | | <template> |
| | | <div class="home-right-index"> |
| | | <div class=""> |
| | | 哒哒哒 |
| | | </div> |
| | | </div> |
| | | <div class="home-right"> |
| | | <UserOperate/> |
| | | <Synergy /> |
| | | <TaskAchievements /> |
| | | <EventOverview /> |
| | | </div> |
| | | </template> |
| | | |
| | | <script></script> |
| | | <script setup> |
| | | 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-index { |
| | | margin-top: 12px; |
| | | margin-right: 58px; |
| | | .home-right { |
| | | position: absolute; |
| | | top: 122px; |
| | | right: 31px; |
| | | width: 404px; |
| | | |
| | | .titleBox { |
| | | width: 404px; |
| | | height: 43px; |
| | | } |
| | | } |
| | | </style> |
| | | </style> |