QYF-GitLab1
2025-03-03 b3850046bfb2b8fd81c5b08dff7c9291e5d9bab4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <div class="simulation-result">
    <h2>仿真结果</h2>
  </div>
</template>
 
<script setup lang="ts">
</script>
 
<style lang="less" scoped>
.simulation-result {
  padding: 20px;
}
</style>