<template> <!-- 泵站运行工况图 --> <div class="pumpGKT">泵站运行工况图</div> </template> <script setup> const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped> // prettier-ignore .pumpGKT { width:1450PX; height: 800PX; } </style>