Commit 68f446df07777cb46704558a59874d1592154b3b

Authored by Andy
2 parents a56e0438 2efd6d53

Merge branch 'test' of http://192.168.1.195:9998/web_developers/workreport into test

resource/public/commoncss.css
... ... @@ -4,7 +4,7 @@
4 4 html,body{
5 5 background-color: #f6f7fb;
6 6 min-width: 1200px;
7   - font-family:”微软雅黑”;
  7 + font-family:"PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
8 8 }
9 9 ul,li{
10 10 list-style: none;
... ...
topages/workfill/workfill.css
... ... @@ -28,7 +28,9 @@
28 28 background-color: #fff;
29 29 border-radius: 4px;
30 30 }
31   -
  31 +.workquery-list-wrap{
  32 + margin-top: 10px;
  33 +}
32 34 .workfill-list-wrap .workfill-list-li{
33 35 width: 277px;
34 36 height: 450px;
... ...
topages/workfill/workfill.js
... ... @@ -65,7 +65,7 @@ var fun = {
65 65 //退出
66 66 logout:function(){
67 67 documentBindFunc.on('click','#logoutId',function(){
68   - debugger;
  68 + // debugger;
69 69 fn.loginOut();
70 70 });
71 71 },
... ...