Jelajahi Sumber

添加预提交状态

xiaohaizhao 2 bulan lalu
induk
melakukan
b89a9f8880
3 mengubah file dengan 11 tambahan dan 5 penghapusan
  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 {

File diff ditekan karena terlalu besar
+ 0 - 0
static/stylesheet.wxss


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini