2023年6月18日 修复问题
This commit is contained in:
parent
eb31940a4b
commit
cc6d76de1f
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue