Quellcode durchsuchen

添加预提交状态

xiaohaizhao vor 2 Monaten
Ursprung
Commit
b89a9f8880
3 geänderte Dateien mit 11 neuen und 5 gelöschten Zeilen
  1. 3 0
      pages/tabbar/mine/index.js
  2. 8 5
      static/font-icon.wxss
  3. 0 0
      static/stylesheet.wxss

+ 3 - 0
pages/tabbar/mine/index.js

@@ -80,6 +80,9 @@ Page({
 			let list = [{
 				key: "新建",
 				icon: "icon-xinjian"
+			}, {
+				key: "预提交",
+				icon: "icon-yutijiao"
 			}, {
 				key: "提交",
 				icon: "icon-tijiao1"

+ 8 - 5
static/font-icon.wxss

@@ -3,11 +3,14 @@
 @import "./stylesheet.wxss";
 
 .iconfont {
-  font-family: "iconfont" !important;
-  font-size: 16px;
-  font-style: normal;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
+    font-family: "iconfont" !important;
+    font-size: 16px;
+    font-style: normal;
+    -webkit-font-smoothing: antialiased;
+    -moz-osx-font-smoothing: grayscale;
+}
+.icon-yutijiao:before {
+  content: "\e70c";
 }
 
 .icon-tijiao1:before {

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
static/stylesheet.wxss


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.