소스 검색

添加预提交状态

xiaohaizhao 8 달 전
부모
커밋
43accaa0a8
3개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      pages/tabbar/mine/index.js
  2. 3 1
      static/font-icon.wxss
  3. 0 0
      static/stylesheet.wxss

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

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

+ 3 - 1
static/font-icon.wxss

@@ -9,7 +9,9 @@
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }
-
+.icon-yutijiao:before {
+  content: "\e70c";
+}
 
 .icon-tijiao1:before {
   content: "\e615";

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


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