@@ -79,6 +79,9 @@ Page({
let list = [{
key: "新建",
icon: "icon-xinjian"
+ }, {
+ key: "预提交",
+ icon: "icon-yutijiao"
}, {
key: "提交",
icon: "icon-tijiao1"
@@ -9,7 +9,9 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
-
+.icon-yutijiao:before {
+ content: "\e70c";
+}
.icon-tijiao1:before {
content: "\e615";