From 4f1a71004eb0633154ae31e65203a67cf07673b4 Mon Sep 17 00:00:00 2001 From: liqianyouyou Date: Tue, 9 Apr 2024 22:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=9B=AE=E5=BD=95=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E5=88=97=E8=A1=A8=E5=AF=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/time-line.less | 11 +++ .../modules/course/chapter-add-or-update.vue | 92 ++++++++++++++++++- 2 files changed, 99 insertions(+), 4 deletions(-) diff --git a/src/assets/css/time-line.less b/src/assets/css/time-line.less index 8c01d62..434f632 100644 --- a/src/assets/css/time-line.less +++ b/src/assets/css/time-line.less @@ -70,6 +70,17 @@ ; } +.custom-chapter-height{ + height: 370px; +} +.chapter-avatar-uploader{ + height: 4px; +} +.chapter_editor { + height: 250px; + width:100% +} + /* 滚动条美化 */ ::-webkit-scrollbar-track { diff --git a/src/views/modules/course/chapter-add-or-update.vue b/src/views/modules/course/chapter-add-or-update.vue index eebb6d3..d3b62bb 100644 --- a/src/views/modules/course/chapter-add-or-update.vue +++ b/src/views/modules/course/chapter-add-or-update.vue @@ -35,12 +35,18 @@ - - - + + + + + + +