| | |
| | | <script setup> |
| | | import { onMounted, reactive, ref } from 'vue' |
| | | import lbPng from '@/static/images/lb.png' |
| | | import kyxxPng from '@/static/images/kyxx.svg' |
| | | import fxsqPng from '@/static/images/fxsq.svg' |
| | | import flfgPng from '@/static/images/flfg.svg' |
| | | import zczdPng from '@/static/images/zczd.svg' |
| | | import kyxxPng from '@/static/images/kyxx.png' |
| | | import fxsqPng from '@/static/images/fxsq.png' |
| | | import flfgPng from '@/static/images/flfg.png' |
| | | import zczdPng from '@/static/images/zczd.png' |
| | | import docSvg from '@/static/images/doc.png' |
| | | import { sysNoticePageInfoApi, flightAirspacePageInfoApi } from '@/api/index' |
| | | const lbList = reactive([]); |
| | |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | .u-grid { |
| | | margin-top: 20px; |
| | | :deep(.u-grid) { |
| | | margin-top: 40rpx; |
| | | .grid-text { |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 500; |