fix 优化了登录的记住密码描述,

修改了个人中心的样式。优化了编辑栏位
This commit is contained in:
limqhz
2022-05-17 14:50:16 +08:00
parent e2bd4c5084
commit 95a23b572b
14 changed files with 31 additions and 27 deletions

View File

@@ -96,7 +96,7 @@
<hr style="margin-top: 18px">
<!--文章主体内容-->
<div id="editor-text-area" style="height: 600px"></div>
<div id="editor-text-area"></div>
<textarea id="content-textarea" th:text="${blog.getContent()}" name="content" style="display: none;"></textarea>
</div>