实现文档保存

This commit is contained in:
Minho
2017-04-28 18:08:01 +08:00
parent ca1b1a4b83
commit f39bd0263a
9 changed files with 445 additions and 81 deletions

View File

@@ -169,6 +169,10 @@
.jstree .jstree-node .m-tree-operate.operate-hover .operate-hide {
width: 108px
}
.jstree-default .jstree-wholerow-hovered {
background: #08c;
color: white !important;
}
.jstree-default .jstree-wholerow-clicked {
background: #10af88;
background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);