|
|
|
@ -1,19 +1,6 @@ |
|
|
|
|
<template> |
|
|
|
|
<div class="container-1420 container"> |
|
|
|
|
<el-card v-if="reacProjectList.length === 0"> |
|
|
|
|
<div |
|
|
|
|
style=" |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
color: #aaa; |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<svgIcon name="race-none" width="200px" height="200px" /> |
|
|
|
|
<p>没有年度比赛~</p> |
|
|
|
|
</div> |
|
|
|
|
</el-card> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 年度比赛详细信息 --> |
|
|
|
|
<div class="year-race-info"> |
|
|
|
@ -134,6 +121,21 @@ |
|
|
|
|
<div style="margin-top: 30px; font-size: 24px; font-weight: 600"> |
|
|
|
|
年度比赛列表: |
|
|
|
|
</div> |
|
|
|
|
<el-card v-if="reacProjectList.length === 0" style="margin-top: 20px;"> |
|
|
|
|
<div |
|
|
|
|
style=" |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
color: #aaa; |
|
|
|
|
" |
|
|
|
|
> |
|
|
|
|
<svgIcon name="race-none" width="200px" height="200px" /> |
|
|
|
|
<p>没有年度比赛~</p> |
|
|
|
|
</div> |
|
|
|
|
</el-card> |
|
|
|
|
<el-card style="margin-top: 20px;" v-else> |
|
|
|
|
<div class="race-list"> |
|
|
|
|
<div |
|
|
|
|
class="item" |
|
|
|
@ -168,6 +170,8 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-card> |
|
|
|
|
|
|
|
|
|
<h3 |
|
|
|
|
style="margin-top: 20px; font-size: 24px; font-weight: 700" |
|
|
|
|
id="introduction" |
|
|
|
|