Browse Source

更新样式

lex 2 years ago
parent
commit
e747b087d2

+ 1 - 1
src/student/video-class/video-class-detail.tsx

@@ -237,7 +237,7 @@ export default defineComponent({
                 overflowY: 'auto'
               }}
             >
-              <SectionDetail title="课程列表" icon="courseList">
+              <SectionDetail title="课程列表" icon="courseList" border>
                 {this.detailList.map((item: any, index: number) => (
                   <CourseVideoItem
                     class={'mb12'}

+ 2 - 2
src/student/video-class/video-detail.tsx

@@ -163,11 +163,11 @@ export default defineComponent({
       <div class={[styles['video-detail']]}>
         <ColHeader />
         <UserDetail userInfo={this.userInfo} />
-        <SectionDetail>
+        <SectionDetail border>
           <p class={styles.introduction}>{this.userInfo.lessonDesc}</p>
         </SectionDetail>
 
-        <SectionDetail title="课程列表" icon="courseList" class="mb12">
+        <SectionDetail title="课程列表" icon="courseList" class="mb12" border>
           {this.detailList.map((item: any) => (
             <CourseVideoItem
               class={['mb12', styles.videoItem]}

+ 3 - 3
src/teacher/live-class/live-detail.tsx

@@ -249,7 +249,7 @@ export default defineComponent({
         {this.live.status !== 'OUT_SALE' && (
           <>
             {this.courseOffStatus && (
-              <ColSticky position="bottom">
+              <ColSticky position="bottom" background="white">
                 <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
                   <Button
                     block
@@ -264,7 +264,7 @@ export default defineComponent({
             )}
 
             {this.joinRoom == '1' && this.liveStatus.liveStatus !== 2 && (
-              <ColSticky position="bottom">
+              <ColSticky position="bottom" background="white">
                 <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
                   <Button block round type="primary" onClick={this.onJoinRoom}>
                     进入直播间
@@ -274,7 +274,7 @@ export default defineComponent({
             )}
 
             {this.share == '1' && this.courseInfo.length > 0 && (
-              <ColSticky position="bottom">
+              <ColSticky position="bottom" background="white">
                 <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
                   <Button
                     block

+ 2 - 2
src/teacher/video-class/video-detail.tsx

@@ -215,7 +215,7 @@ export default defineComponent({
         {this.shelvesFlag === 1 && (
           <>
             {this.share == '1' && this.detailList.length > 0 && (
-              <ColSticky position="bottom">
+              <ColSticky position="bottom" background="white">
                 <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
                   <Button
                     block
@@ -231,7 +231,7 @@ export default defineComponent({
               </ColSticky>
             )}
             {this.share != '1' && this.detailList.length > 0 && (
-              <ColSticky position="bottom">
+              <ColSticky position="bottom" background="white">
                 <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
                   <Button
                     block