修改bug

This commit is contained in:
yangjun 2023-06-28 21:21:18 +08:00
parent 138fd32cc8
commit 83bba62855
6 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
<a-row> <a-row>
<a-col :span="16"> <a-col :span="16">
<div style="height: 38px;font-size: 16px;font-weight: 700;">{{ item.skjs }}</div> <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>
<a-col :span="8" style="text-align: center;height: 70px;"> <a-col :span="8" style="text-align: center;height: 70px;">
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div> <div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>

View File

@ -11,7 +11,7 @@
<a-row> <a-row>
<a-col :span="16"> <a-col :span="16">
<div style="height: 38px;font-size: 16px;">{{ item.skjs }}</div> <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>
<a-col :span="8" style="text-align: center;height: 70px;"> <a-col :span="8" style="text-align: center;height: 70px;">
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div> <div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
@ -24,7 +24,7 @@
</a-col> </a-col>
<a-col :span="24"> <a-col :span="24">
<div style="width:100%;text-align: center;"> <div style="width:100%;text-align: center;">
线下上课地点 线下上课地点
</div> </div>
</a-col> </a-col>
<a-col :span="24"> <a-col :span="24">

View File

@ -1,7 +1,7 @@
<template> <template>
<a-row class="rowGutter" id="tkzjDom"> <a-row class="rowGutter" id="tkzjDom">
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 2px 0 0;"> <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> <template #title>
<span style="font-size: 24px;font-weight: bold;">听课足迹</span> <span style="font-size: 24px;font-weight: bold;">听课足迹</span>
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></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> <a style="padding-right: 0.5rem;" @click="reloadTkzj()">刷新</a>
<RouterLink to="/site/tingKeZuJiMore">查看更多</RouterLink> <RouterLink to="/site/tingKeZuJiMore">查看更多</RouterLink>
</template> </template>
<listPage :queryParam="{ pageSize: 3, ...tkzjParam }"/> <listPage :queryParam="{ pageSize: 1, ...tkzjParam }" style="max-height: 106px;"/>
</a-card> </a-card>
</a-col> </a-col>
<a-col :xs="{ span: 24 }" :sm="{ span: 12 }" :lg="{ span: 12 }" style="padding: 0 0 0 2px;"> <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> <template #title>
<span style="font-size: 24px;font-weight: bold;">评课足迹</span> <span style="font-size: 24px;font-weight: bold;">评课足迹</span>
<!-- <span style="margin-left: 10px;"><a href="javascript:void(0);" @click="addPingJia">新增评价</a></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> <a style="padding-right: 0.5rem;" @click="reloadPkzj()">刷新</a>
<RouterLink to="/site/pingKeZuJiMore">查看更多</RouterLink> <RouterLink to="/site/pingKeZuJiMore">查看更多</RouterLink>
</template> </template>
<listPkzjPage :queryParam="{ pageSize: 3 , ...pkzjParam }"/> <listPkzjPage :queryParam="{ pageSize: 1 , ...pkzjParam }"/>
</a-card> </a-card>
</a-col> </a-col>
</a-row> </a-row>

View File

@ -1,6 +1,6 @@
<template> <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" :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 }"> <template #renderItem="{ item }">
<a-list-item> <a-list-item>
<a-list-item-meta> <a-list-item-meta>
@ -179,7 +179,7 @@ defineExpose({
font-weight: 700; font-weight: 700;
} }
.fs1d1r { .fs1d1r {
font-size: 1.1rem; font-size: 16px;
min-height: 55.281px; min-height: 55.281px;
} }
.hand { .hand {

View File

@ -1,6 +1,6 @@
<template> <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" :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 }"> <template #renderItem="{ item }">
<a-list-item> <a-list-item>
<a-list-item-meta> <a-list-item-meta>
@ -132,7 +132,7 @@ defineExpose({
font-weight: 700; font-weight: 700;
} }
.fs1d1r { .fs1d1r {
font-size: 1.1rem; font-size: 16px;
min-height: 55.281px; min-height: 55.281px;
} }
.hand { .hand {

View File

@ -166,7 +166,7 @@ defineExpose({
font-size: 16px; font-size: 16px;
} }
.itemKkDw { .itemKkDw {
//height: 30px; height: 45px;
font-size: 14px; font-size: 14px;
} }
.itemInteriorRow { .itemInteriorRow {