| | |
| | | <div class="w100 h100 overflow-auto"> |
| | | <div class="pc-chatRoom w100 h100"> |
| | | <div class="homeBox w100 h100"> |
| | | <waterTop /> |
| | | <div class="flex items-center flex-column mt-20"> |
| | | <waterTop /> |
| | | <waterCenter /> |
| | | <waterBottom /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <script setup lang="ts"> |
| | | import asideTitle from './component/waterLeftAside/asideTitle.vue'; |
| | | import waterBottom from './component/waterRight/bottom.vue'; |
| | | import waterCenter from './component/waterRight/center.vue'; |
| | | import waterHeader from './component/waterRight/header.vue'; |
| | | import waterTop from './component/waterRight/top.vue'; |
| | | </script> |