闫增涛
4 天以前 6227519a1bd9007aedae11b77b0b3b1851837c38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
    <div class="simulation-config">
      <h2>实时仿真</h2>
    </div>
</template>
  
  <script setup lang="ts">
  </script>
  
  <style lang="less" scoped>
  .simulation-config {
    padding: 20px;
  }
  </style>