邃芒慧影管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
318 B

  1. <template>
  2. <div class="page flex justify-around"></div>
  3. </template>
  4. <!-- videoType==1为竖,==2为横 -->
  5. <script setup></script>
  6. <style lang="scss" scoped>
  7. .page {
  8. height: calc(100vh - 80px);
  9. // height: calc(100vh - 80px);
  10. background-color: #fff;
  11. border-radius: 30px 0 0 0;
  12. overflow: hidden;
  13. }
  14. </style>