修改标记

This commit is contained in:
yangjun 2023-08-25 22:08:29 +08:00
parent 9bebeefb9d
commit 8161bf98ab
3 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,10 @@
</div>
</a-col>
<a-col :span="25" style="line-height: 50px;">
<div v-show="1 == pageNo">
<div v-show="current==0" style="text-align: center;">
暂无数据
</div>
<div v-show="1 == pageNo&&current>4">
<div style="text-align: center;"><a @click="funMore">更多...</a></div>
</div>
<div v-show="1 < pageNo && pageNo < current">

View File

@ -7,7 +7,7 @@
<div>
<div style="width: 100%;height: 20px;background-color: #1c84c6;"></div>
<div style="width:100%;white-space:normal; word-break:break-all;overflow:hidden;padding: 10px;height: 70px;font-weight: 600;font-size: 16px;">
{{ item.kcmc }} <template v-if="item.szkc == '1'" title="思政课程"></template>
{{ item.kcmc }} <span v-if="item.szkc == '1'" title="思政课程"></span>
</div>
</div>
<a-divider style="margin: 0px;color: #eef1f2;" />

View File

@ -3,7 +3,7 @@
<div>
<div style="width: 100%;height: 20px;background-color: #1c84c6;"></div>
<div style="width:100%;white-space:normal; word-break:break-all;overflow:hidden;padding: 10px;height: 70px;font-weight: 600;font-size: 16px;">
{{ item.kcmc }}
{{ item.kcmc }} <span v-if="item.szkc == '1'" title="思政课程"></span>
</div>
</div>
<a-divider style="margin: 0px;color: #eef1f2;" />