修改标记
This commit is contained in:
parent
9bebeefb9d
commit
8161bf98ab
|
@ -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&¤t>4">
|
||||
<div style="text-align: center;"><a @click="funMore">更多...</a></div>
|
||||
</div>
|
||||
<div v-show="1 < pageNo && pageNo < current">
|
||||
|
|
|
@ -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;" />
|
||||
|
|
|
@ -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;" />
|
||||
|
|
Loading…
Reference in New Issue