ZhangXianQiang
2024-06-06 a4df1733923b72189d33ff2794e25b9cd883d7b4
src/views/home/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="home-page container mx-auto flex justify-between py-6">
    <UserPanel class="flex-shrink-0 mr-5 sticky top-6"></UserPanel>
    <InfoPanel class="flex-shrink-0 grow"></InfoPanel>
    <InfoPanel class="grow"></InfoPanel>
  </div>
</template>