Bläddra i källkod

添加预提交状态

xiaohaizhao 2 månader sedan
förälder
incheckning
b89a9f8880
3 ändrade filer med 11 tillägg och 5 borttagningar
  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 {

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
static/stylesheet.wxss


Vissa filer visades inte eftersom för många filer har ändrats