From c69aef7386fd37f2cd5ab8f67fd04cf015093e16 Mon Sep 17 00:00:00 2001 From: zkr_liushenlu Date: Wed, 14 Apr 2021 10:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/content/article/articleManage.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ruoyi-content/src/main/resources/templates/content/article/articleManage.html b/ruoyi-content/src/main/resources/templates/content/article/articleManage.html index b0272e8bd..3993d4d92 100644 --- a/ruoyi-content/src/main/resources/templates/content/article/articleManage.html +++ b/ruoyi-content/src/main/resources/templates/content/article/articleManage.html @@ -741,7 +741,7 @@ function createArticle() { $('.head').html(''); $('.author').html(''); - $('.el-textarea__inner').text(''); + $('.el-textarea__inner').val(''); $('.editorcontent').html('
'); @@ -776,7 +776,7 @@ body = '
' + '
' + '
' + title + '
' - + '
' + author + '
' + body + '
'; + + '
' + author + '
' + body + '
'; body = body + '' + 'ul, ol {margin: 10px 0 10px 20px;}' + + '#activity-name,#meta_content{display: block;width: 100%;font-size: 20px;color: #000;' + + 'min-height: 30px;margin-bottom: 5px;outline: none;resize: none;border: none;}' + + '#activity-name{font-size: 24px;}' + + '#bodycontent{font-size: 18px;line-height: 20px;padding-top: 10px;}' + + '#bodycontent div{min-height: 27.43px;}'; $('#myModal5').modal('hide'); $.modal.loading("创建文章中请等待。。。");