turang.vue 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <script setup>
  2. import FacilityInfor from './components/FacilityInfor.vue'
  3. import MoniInfor from './components/MoniInfor.vue'
  4. </script>
  5. <template>
  6. <jt-popup2 title="土壤墒情监测" ref="FacilityInfor">
  7. <!-- <FacilityInfor></FacilityInfor> -->
  8. <MoniInfor></MoniInfor>
  9. </jt-popup2>
  10. <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="">
  11. </jt-popup2>
  12. <jt-popup2 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="">
  13. </jt-popup2>
  14. <!-- <jt-popup3 title="用水量统计" ref="ysltj">
  15. </jt-popup3>
  16. <jt-popup3 title="能耗同比统计" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="nhtbtj">
  17. </jt-popup3>
  18. <jt-popup3 title="智能监控" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="znjk"> -->
  19. <jt-popup3 title="" ref="">
  20. </jt-popup3>
  21. <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + 90rem)" ref="">
  22. </jt-popup3>
  23. <jt-popup3 title="" top="calc(calc(100% - 115rem) / 3 + calc(100% - 115rem) / 3 + 90rem)" ref="">
  24. </jt-popup3>
  25. </template>
  26. <script>
  27. </script>
  28. <style>
  29. </style>