修改bug
This commit is contained in:
parent
138fd32cc8
commit
83bba62855
|
@ -15,7 +15,7 @@
|
|||
<a-row>
|
||||
<a-col :span="16">
|
||||
<div style="height: 38px;font-size: 16px;font-weight: 700;">{{ item.skjs }}</div>
|
||||
<div style="font-size: 14px;font-weight: 700;">{{ item.kkdw }}</div>
|
||||
<div style="font-size: 14px;font-weight: 700;height: 50px;">{{ item.kkdw }}</div>
|
||||
</a-col>
|
||||
<a-col :span="8" style="text-align: center;height: 70px;">
|
||||
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<a-row>
|
||||
<a-col :span="16">
|
||||
<div style="height: 38px;font-size: 16px;">{{ item.skjs }}</div>
|
||||
<div style="font-size: 14px;">{{ item.kkdw }}</div>
|
||||
<div style="font-size: 14px;height: 50px;">{{ item.kkdw }}</div>
|
||||
</a-col>
|
||||
<a-col :span="8" style="text-align: center;height: 70px;">
|
||||
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
|
||||
|
@ -24,7 +24,7 @@
|
|||
</a-col>
|
||||
<a-col :span="24">
|
||||
<div style="width:100%;text-align: center;">
|
||||
—————线下上课地点—————
|
||||
———线下上课地点———
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<a-row class="rowGutter" id="tkzjDom">
|
||||
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 2px 0 0;">
|
||||
<a-card style="min-height: 437px;">
|
||||
<a-card style="min-height: 222px;">
|
||||
<template #title>
|
||||
<span style="font-size: 24px;font-weight: bold;">听课足迹</span>
|
||||
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></span> -->
|
||||
|
@ -11,11 +11,11 @@
|
|||
<a style="padding-right: 0.5rem;" @click="reloadTkzj()">刷新</a>
|
||||
<RouterLink to="/site/tingKeZuJiMore">查看更多</RouterLink>
|
||||
</template>
|
||||
<listPage :queryParam="{ pageSize: 3, ...tkzjParam }"/>
|
||||
<listPage :queryParam="{ pageSize: 1, ...tkzjParam }" style="max-height: 106px;"/>
|
||||
</a-card>
|
||||
</a-col>
|
||||
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 0 0 2px;">
|
||||
<a-card style="min-height: 437px;">
|
||||
<a-card style="min-height: 222px;">
|
||||
<template #title>
|
||||
<span style="font-size: 24px;font-weight: bold;">评课足迹</span>
|
||||
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></span> -->
|
||||
|
@ -24,7 +24,7 @@
|
|||
<a style="padding-right: 0.5rem;" @click="reloadPkzj()">刷新</a>
|
||||
<RouterLink to="/site/pingKeZuJiMore">查看更多</RouterLink>
|
||||
</template>
|
||||
<listPkzjPage :queryParam="{ pageSize: 3 , ...pkzjParam }"/>
|
||||
<listPkzjPage :queryParam="{ pageSize: 1 , ...pkzjParam }"/>
|
||||
</a-card>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<!-- <a-list item-layout="horizontal" :data-source="list" :grid="{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, xxxl: 2 }"> -->
|
||||
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList">
|
||||
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" style="max-height: 106px;">
|
||||
<template #renderItem="{ item }">
|
||||
<a-list-item>
|
||||
<a-list-item-meta>
|
||||
|
@ -179,7 +179,7 @@ defineExpose({
|
|||
font-weight: 700;
|
||||
}
|
||||
.fs1d1r {
|
||||
font-size: 1.1rem;
|
||||
font-size: 16px;
|
||||
min-height: 55.281px;
|
||||
}
|
||||
.hand {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<!-- <a-list item-layout="horizontal" :data-source="list" :grid="{ gutter: 16, xs: 1, sm: 2, md: 4, lg: 4, xl: 6, xxl: 3, xxxl: 2 }"> -->
|
||||
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList">
|
||||
<a-list item-layout="horizontal" :data-source="list" :loading="loadingList" style="max-height: 106px;">
|
||||
<template #renderItem="{ item }">
|
||||
<a-list-item>
|
||||
<a-list-item-meta>
|
||||
|
@ -132,7 +132,7 @@ defineExpose({
|
|||
font-weight: 700;
|
||||
}
|
||||
.fs1d1r {
|
||||
font-size: 1.1rem;
|
||||
font-size: 16px;
|
||||
min-height: 55.281px;
|
||||
}
|
||||
.hand {
|
||||
|
|
|
@ -166,7 +166,7 @@ defineExpose({
|
|||
font-size: 16px;
|
||||
}
|
||||
.itemKkDw {
|
||||
//height: 30px;
|
||||
height: 45px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.itemInteriorRow {
|
||||
|
|
Loading…
Reference in New Issue