소스 검색

添加预提交状态

xiaohaizhao 3 달 전
부모
커밋
b89a9f8880
3개의 변경된 파일11개의 추가작업 그리고 5개의 파일을 삭제
  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 {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
static/stylesheet.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.