From 3277299ce8c5f601eca4f20622fb0dcd13f78dc7 Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Tue, 20 Aug 2019 09:52:23 +0800
Subject: [PATCH]             <div className="courseForm">

---
 public/react/src/modules/user/usersInfo/video/VideoUpload.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/react/src/modules/user/usersInfo/video/VideoUpload.js b/public/react/src/modules/user/usersInfo/video/VideoUpload.js
index ec63454f9..26036529a 100644
--- a/public/react/src/modules/user/usersInfo/video/VideoUpload.js
+++ b/public/react/src/modules/user/usersInfo/video/VideoUpload.js
@@ -37,7 +37,7 @@ function VideoUpload (props) {
                 </div>
             </div>
             
-            <div>
+            <div className="courseForm">
                 <span className="titleLabel">标题:</span>
                 <Input placeholder={`标题支持最多${MAX_LENGTH}个字符`} onInput={titleChange} maxLength={MAX_LENGTH} suffix={
                         <span className="color-grey-6 font-13">{String(title.length)}/{MAX_LENGTH}</span>