| | |
| | | <template> |
| | | <div class="machine-right">右边</div> |
| | | <div class="machine-right"> |
| | | <UserOperate/> |
| | | <MachineStatus/> |
| | | <MachineMonitor/> |
| | | <InspectionRaskList/> |
| | | </div> |
| | | </template> |
| | | |
| | | <script setup></script> |
| | | <script setup> |
| | | import UserOperate from '@/components/UserOperate.vue'; |
| | | import MachineStatus from './MachineStatus.vue'; |
| | | import MachineMonitor from './MachineMonitor.vue'; |
| | | import InspectionRaskList from './InspectionRaskList.vue'; |
| | | </script> |
| | | |
| | | <style scoped lang="scss"></style> |
| | | <style scoped lang="scss"> |
| | | .machine-right { |
| | | position: absolute; |
| | | top: 122px; |
| | | right: 31px; |
| | | width: 404px; |
| | | |
| | | .titleBox { |
| | | width: 404px; |
| | | height: 43px; |
| | | } |
| | | } |
| | | </style> |