demandHall.vue 193 B

12345678910111213141516
  1. <template>
  2. <div class="demand-hall">
  3. 11111
  4. </div>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style lang="scss" scoped>
  9. .demand-hall {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. </style>