布局修改

GST002_admin
JayChou 5 months ago
parent f3cc596f96
commit 1af1a6e862
  1. BIN
      src/assets/images/news.png
  2. 2
      src/views/home/index.vue
  3. 34
      src/views/raceInfo/index.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

@ -38,7 +38,7 @@
</div>
<div class="newa-main">
<div class="left">
<img src="" alt="" style="width: 100%; height: 100%" />
<img src="../../assets/images/news.png" alt="" style="width: 100%; height: 100%" />
</div>
<div class="right">
<div class="title">{{ newInfo.name }}</div>

@ -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,7 +121,22 @@
<div style="margin-top: 30px; font-size: 24px; font-weight: 600">
年度比赛列表:
</div>
<div class="race-list">
<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"
v-for="item in reacProjectList"
@ -168,6 +170,8 @@
</div>
</div>
</div>
</el-card>
<h3
style="margin-top: 20px; font-size: 24px; font-weight: 700"
id="introduction"

Loading…
Cancel
Save