perf:增加右键提示

pull/425/head
lifei6671 2018-11-14 16:31:32 +08:00
parent 7b3e4f0672
commit 9a11df47f3
2 changed files with 3 additions and 2 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,2 @@
*.js linguist-language=Go
*.css linguist-language=Go
./.env

View File

@ -153,6 +153,8 @@
<label class="col-sm-2 control-label">文档名称 <span class="error-message">*</span></label>
<div class="col-sm-10">
<input type="text" name="doc_name" id="documentName" placeholder="文档名称" class="form-control" maxlength="50">
<p style="color: #999;font-size: 12px;">在目录的文档名上右键可以删除和修改文档名称以及添加下级文档</p>
</div>
</div>
<div class="form-group">