Newer
Older
DH_Apicture / src / views / pictureOnMap / page / components / DialogTabs / component / bengzhangongkuang.vue
@zhangqy zhangqy on 29 Nov 326 bytes first commit
  1. <template>
  2. <div id="bengzhangongkuang">
  3. <div class="leftbox"></div>
  4. <div class="rightbox"></div>
  5. </div>
  6. </template>
  7.  
  8. <script setup name="bengzhangongkuang">
  9. onMounted(() => {});
  10. </script>
  11.  
  12. <style lang="scss" scoped>
  13. #bengzhangongkuang {
  14. width: 100%;
  15. height: 100%;
  16. display: flex;
  17. color: #ccefff;
  18. }
  19. </style>