| | |
| | | </div> |
| | | </template> |
| | | <script setup> |
| | | import { hToV, wToR } from '@/utils/pxConver'; |
| | | import { Search } from '@element-plus/icons-vue'; |
| | | |
| | | const list = ref([ |
| | |
| | | .overview-next { |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; |
| | | margin-left: 29px; |
| | | padding: hToV(16) 16px; |
| | | padding: 16px 16px; |
| | | width: 390px; |
| | | height: 414px; |
| | | background: linear-gradient( 270deg, rgba(31,62,122,0) 0%, rgba(31,62,122,0.35) 21%, #1F3E7A 100%); |
| | |
| | | .table-header, .table-item { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | height: hToV(36); |
| | | line-height: hToV(36); |
| | | height: 36px; |
| | | line-height: 36px; |
| | | padding: 0 20px; |
| | | } |
| | | .table-item { |