From dc616d482923339da259061242faaf6b5fc0d783 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 15:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E8=AF=BE=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E3=80=81=E8=AF=BE=E4=BB=B6=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/compenents/upload-courseware-button/index.tsx | 7 ++++--- src/index.less | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/compenents/upload-courseware-button/index.tsx b/src/compenents/upload-courseware-button/index.tsx index 64435c0..741b1ae 100644 --- a/src/compenents/upload-courseware-button/index.tsx +++ b/src/compenents/upload-courseware-button/index.tsx @@ -189,10 +189,11 @@ export const UploadCoursewareButton = (props: PropsInterface) => {

-

- 支持word、excel、ppt、pdf、zip、txt格式文件 +

请将文件拖拽到此处上传

+

+ 支持一次上传多个 / + 支持word、excel、ppt、pdf、zip、rar、txt格式文件

-

支持一次上传多个文件

diff --git a/src/index.less b/src/index.less index 090e205..e9f6e6d 100644 --- a/src/index.less +++ b/src/index.less @@ -594,8 +594,9 @@ textarea.ant-input { .list-select-column-box { .ant-checkbox-wrapper { + display: flex; height: 38px !important; - align-items: center !important; + align-items: center; } .video-title { @@ -603,12 +604,10 @@ textarea.ant-input { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - line-height: 38px; } .video-time { width: 80px; display: flex; - line-height: 38px; flex-direction: row-reverse; } }