2023年6月18日 修复问题

This commit is contained in:
bai 2023-06-18 21:25:21 +08:00
parent eb31940a4b
commit cc6d76de1f
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<a-row>
<a-col :xs="{ span: 24 }" :sm="{ span: 8 }" :lg="{ span: 8 }" :key="index" v-for="(item, index) in allList" :hidden="currentPageSize * 3 <= index" class="">
<div class="ketangCard ketangCardcol" >
<div class="rjkcTopDiv">
<span class="nDayDiv" v-if="item.cardType != '近6日课程'">{{ item.cardType }}</span>
@ -210,8 +210,9 @@ async function getTeacherjlrkcb() {
color: #fff;
border-radius: 5px;
line-height: 23px;
&[disabled] {
background: #f3f3f4;
background: #6cafda;
}
}
.ketangCardcol{