mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改教师节
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
<p class="ranking-title">通知</p>
|
||||
<router-link to="/grateful/gratefulNotice" style="font-size: 14px;">查看更多</router-link>
|
||||
</div>
|
||||
<ul class="ranking-data">
|
||||
<ul>
|
||||
<li v-for="(item, index) in 6" :key="index"
|
||||
style="cursor: pointer;margin-top:10px;line-height: 22px;">
|
||||
style="cursor: pointer;line-height: 22px;" class="liList">
|
||||
<router-link :to="'/case/detail?id=' + item.id" style="display: flex;align-items: center;">
|
||||
<span class="portal-right-text blue-one">
|
||||
<img :src="getPic(index)" alt="">
|
||||
@@ -40,9 +40,9 @@
|
||||
<p class="ranking-title">工具下载</p>
|
||||
<router-link to="/grateful/toolDown" style="font-size: 14px;">查看更多</router-link>
|
||||
</div>
|
||||
<ul class="ranking-data">
|
||||
<li v-for="(item, index) in 6" :key="index" style="cursor: pointer;margin-top:10px;line-height: 22px;"
|
||||
class="title-line-ellipsis">
|
||||
<ul>
|
||||
<li v-for="(item, index) in 6" :key="index" style="cursor: pointer;line-height: 22px;"
|
||||
class="title-line-ellipsis liList">
|
||||
<router-link :to="'/case/detail?id=' + item.id">
|
||||
<span class="portal-right-text orange-one" v-if="index == 0">
|
||||
<img :src="`${webBaseUrl}/images/list-01.png`" alt="">
|
||||
@@ -290,9 +290,8 @@ export default {
|
||||
|
||||
.gratefulNav {
|
||||
display: grid;
|
||||
grid-template-columns: 1.6fr 1fr 1fr;
|
||||
column-gap: 60px;
|
||||
|
||||
grid-template-columns: 1.5fr 1fr 1fr;
|
||||
column-gap: 40px;
|
||||
.navImg {
|
||||
img {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user