增加导入导出功能

This commit is contained in:
fofolee
2019-05-03 14:46:34 +08:00
parent 821413e775
commit 67964c177f
5 changed files with 105 additions and 40 deletions

View File

@@ -203,15 +203,20 @@
margin-right: 10px;
}
#options span.editBtn {
#options span.Btn{
font-size: 16px;
cursor: pointer;
}
#options span.editBtn {
color: #00af2c;
}
#options span.exportBtn {
color: #407abf;
}
#options span.delBtn {
font-size: 16px;
cursor: pointer;
color: #ed5b49
}
@@ -219,6 +224,10 @@
color: #057205;
}
#options span.exportBtn:hover {
color: #2d5586;
}
#options span.delBtn:hover {
color: #bd3523;
}