| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <MachineTableDetails :dialogVisible="isShowDetails" /> --> |
| | | <MachineTableDetails v-model:show="isShowDetails"/> |
| | | </template> |
| | | |
| | | <script setup> |
| | |
| | | import { EModeCode, EDockModeText, EModeText } from '@/utils/staticData/device'; |
| | | import { getLnglatAltitude } from '@/utils/cesium/mapUtil.js'; |
| | | import { useStore } from 'vuex'; |
| | | import MachineTableDetails from '@/views/SignMachineNest/components/MachineRight/components/MachineTableDetails.vue'; |
| | | |
| | | const store = useStore(); |
| | | // 获取机巢信息 |
| | |
| | | ); |
| | | opacity: 0.85; |
| | | margin: 2px 0 13 0; |
| | | |
| | | |
| | | padding: 8px 0px 20px 18px; |
| | | .info { |
| | | display: flex; |
| | |
| | | color: #FFB26A; |
| | | margin-right: 10px; |
| | | } |
| | | .wb { |
| | | .wb { |
| | | width: 60px; |
| | | height: 20px; |
| | | height: 20px; |
| | | background: rgba(255,106,106,0.2); |
| | | border-radius: 4px 4px 4px 4px; |
| | | border: 1px solid #FF6A6A; |
| | | color: #FF6A6A; |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | | .status { |
| | |
| | | gap: 10px 20px; |
| | | margin-top: 18px; |
| | | .card { |
| | | width: calc(33.33% - 14px); |
| | | width: calc(33.33% - 14px); |
| | | } |
| | | img { |
| | | width: 16px; |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |