xiaohaizhao 2 年 前
コミット
e5b03b913e
2 ファイル変更2 行追加2 行削除
  1. 1 1
      packageA/public/discuss/index.scss
  2. 1 1
      packageA/report/detail.js

+ 1 - 1
packageA/public/discuss/index.scss

@@ -93,10 +93,10 @@
 				}
 
 				.iconfont {
-					padding: 0 20rpx;
 					flex-shrink: 0;
 					font-weight: 400;
 					color: #999999;
+					padding-left: 20rpx;
 				}
 			}
 

+ 1 - 1
packageA/report/detail.js

@@ -3,7 +3,7 @@ const _Http = getApp().globalData.http;
 
 Page({
     data: {
-        activeName: '评论记录'
+        activeName: '汇报内容'
     },
     onLoad(options) {
         sys_workreportid = options.id;