2023年5月27日 修复样式问题
This commit is contained in:
parent
aa5e8c9034
commit
0860293f6a
|
@ -12,9 +12,9 @@
|
|||
<template #description>
|
||||
<!-- -{{ item }}- -->
|
||||
<div class="wenZiJiaCu">
|
||||
<span v-if="item.score" style="color: #337ab7;" @click="viewModal.view(item)">已评分:{{ item.score }}分</span>
|
||||
<span v-else style="color: #b77633;" @click="tingKeZuJiAddModal.view(item)"><FormOutlined/>填写评价</span>
|
||||
<span v-if="item.suibiNotes" style="padding-left: .5rem;color: #337ab7;">
|
||||
<span v-if="item.score" class="hand" style="color: #337ab7;" @click="viewModal.view(item)">已评分:{{ item.score }}分</span>
|
||||
<span v-else class="hand" style="color: #b77633;" @click="tingKeZuJiAddModal.view(item)"><FormOutlined/>填写评价</span>
|
||||
<span v-if="item.suibiNotes" class="hand" style="padding-left: .5rem;color: #337ab7;">
|
||||
<a-popover title="听课笔记">
|
||||
<template #content>
|
||||
{{ item.suibiNotes }}
|
||||
|
@ -100,6 +100,8 @@ defineExpose({
|
|||
.fs1d1r {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.hand {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
</style>
|
|
@ -7,7 +7,7 @@
|
|||
<!-- 主体部分 -->
|
||||
<a-layout-content>
|
||||
|
||||
<a-card>
|
||||
<a-card style="min-height: calc(100vh - 68px * 2);">
|
||||
<div style="font-size: 24px;font-weight: bold;height: 70px;">听课足迹
|
||||
<span>({{getSysConfig().flag1}}, {{dateFormat(getSysConfig().bxqkssj, 'MM月dd日')}} 至 {{dateFormat(getSysConfig().bxqjssj, 'MM月dd日')}})</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue