gear.vue 173 B

12345678910111213141516
  1. <template>
  2. <div>齿轮诊断</div>
  3. </template>
  4. <script>
  5. export default {
  6. }
  7. </script>
  8. <style lang="scss" scoped>
  9. div{
  10. height: 300px;
  11. background: #fd5d18;;
  12. }
  13. </style>