1
@@ -47,6 +47,7 @@
width: 190px;
height: 190px;
margin-right: 22px;
+
.albumCover {
@@ -64,6 +65,7 @@
// }
}
.albumInfoTopConent {
+ flex:1;
h2 {
font-size: 24px;
font-family: PingFangSC-Semibold, PingFang SC;
@@ -34,7 +34,7 @@ export default defineComponent({
isshowData: false,
pageInfo: {
// 分页规则
- limit: 10, // 限制显示条数
+ limit: 40, // 限制显示条数
page: 1, // 当前页
total: 0, // 总条数
page_size: [5,10, 20, 40, 50] // 选择限制显示条数
@@ -174,7 +174,7 @@
.detailRight {
width: 360px;
.teacherInfo {
- padding: 18px 6px 24px 20px;
+ padding: 18px 6px 20px 24px;
background-color: #fff;
font-size: 18px;
@@ -291,10 +291,11 @@ export default defineComponent({
<p class={styles.teacherDetail}>
{state.teacherDetail.introduction}
</p>
- <div class={styles.titleWrap}>
+ {state.teacherDetail.styleVideo? <div class={styles.titleWrap}>
{/* <img src={teacherIcon} alt="" /> */}
<span>老师风采</span>
- </div>
+ </div>:null}
<div class={styles.teacherVideoList}>
{state.teacherDetail.styleVideo &&
state.teacherDetail.styleVideo.map((item: any) => {