| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import { hToV, wToR } from '@/utils/pxConver'; |
| | | import CommonTitle from '@/components/CommonTitle.vue'; |
| | | import OverviewNext from './OverviewNext.vue'; |
| | | import InspectionRaskDetails from './InspectionRaskDetails.vue'; |
| | |
| | | margin-left: 45px; |
| | | width: 260px; |
| | | font-size: 14px; |
| | | height: hToV(36); |
| | | line-height: hToV(36); |
| | | height: 36px; |
| | | line-height: 36px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | .line { |
| | | border: 1px solid #FFFFFF; |
| | | height: hToV(10); |
| | | height: 10px; |
| | | opacity: 0.5; |
| | | } |
| | | .weather { |
| | | img { |
| | | width: 20px; |
| | | height: hToV(20); |
| | | height: 20px; |
| | | } |
| | | .tq { |
| | | margin: 0 5px; |