<template> <!-- 运维分析 --> <div class="operationAnaly">运维分析</div> </template> <script setup> import {} from '@/api/dataAnalysis/syntherticData'; </script> <style lang="scss"> .operationAnaly { width: 100%; } </style>