|
|
@@ -2,7 +2,7 @@
|
|
2
|
2
|
<html>
|
|
3
|
3
|
<head>
|
|
4
|
4
|
<meta charset="utf-8">
|
|
5
|
|
- <title>工单列表</title>
|
|
|
5
|
+ <title>公司列表</title>
|
|
6
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
7
|
7
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
8
|
8
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
@@ -12,7 +12,7 @@
|
|
12
|
12
|
<style>
|
|
13
|
13
|
.tab_color{color: #2cc6a7 !important;}
|
|
14
|
14
|
#OA_task{
|
|
15
|
|
- margin-top: 15px !important;
|
|
|
15
|
+ margin-top: 0px !important;
|
|
16
|
16
|
}
|
|
17
|
17
|
.cont-margin{
|
|
18
|
18
|
border-top: 1px solid #CCCCCC;
|
|
|
@@ -26,9 +26,9 @@
|
|
26
|
26
|
body{
|
|
27
|
27
|
background-color: #FFFFFF !important;
|
|
28
|
28
|
}
|
|
29
|
|
- #pullrefresh{
|
|
|
29
|
+ /*#pullrefresh{
|
|
30
|
30
|
margin-top: 30px;
|
|
31
|
|
- }
|
|
|
31
|
+ }*/
|
|
32
|
32
|
.mui-content{
|
|
33
|
33
|
background-color: #FFFFFF;
|
|
34
|
34
|
}
|
|
|
@@ -40,9 +40,9 @@
|
|
40
|
40
|
</head>
|
|
41
|
41
|
<body>
|
|
42
|
42
|
<!--页面主内容区开始-->
|
|
43
|
|
- <div class="headerBorrow">
|
|
|
43
|
+ <!--<div class="headerBorrow">
|
|
44
|
44
|
管理员关联列表
|
|
45
|
|
- </div>
|
|
|
45
|
+ </div>-->
|
|
46
|
46
|
<div class="mui-content mui-scroll-wrapper" id="pullrefresh">
|
|
47
|
47
|
<div class="mui-scroll">
|
|
48
|
48
|
<ul class="mui-table-view" id="OA_task">
|