feat:1、实现文档自动保存

2、实现记住上次打开的文档,当文档编辑时会自动定位到上次打开的文档。
This commit is contained in:
lifei6671
2018-08-17 17:33:45 +08:00
parent cd61aa14db
commit bb7d1c1503
12 changed files with 245 additions and 123 deletions

View File

@@ -423,6 +423,7 @@ textarea{
margin: 0 15px;
padding: 10px 20px;
line-height: 25px;
word-break: break-word;
}
.manual-search-reader .search-item:hover{
background-color: #F5F5F5;