1、优化导出文件的效果

2、修复更新用户时邮箱重复的提示文案
3、优化部分显示效果
This commit is contained in:
Minho
2018-03-22 14:27:23 +08:00
parent 52f5a44691
commit 359c5dfb10
13 changed files with 336 additions and 120 deletions

11
static/css/export.css Normal file
View File

@@ -0,0 +1,11 @@
body{
margin: 5px auto;
padding: 5px 30px;
}
.article-title{
margin: 15px auto;
line-height: 35px;
}
.editormd-preview-container{
padding: 0 !important;
}