|
|
@@ -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: 1px !important;
|
|
16
|
16
|
}
|
|
17
|
17
|
.cont-margin{
|
|
18
|
18
|
border-top: 1px solid #CCCCCC;
|
|
|
@@ -22,12 +22,15 @@
|
|
22
|
22
|
background-color: #FFFFFF !important;
|
|
23
|
23
|
}
|
|
24
|
24
|
#keyword{
|
|
25
|
|
- padding: 10px 0 0 5px;
|
|
|
25
|
+ /*padding: 10px 0 0 5px;*/
|
|
26
|
26
|
height: 40px;
|
|
27
|
27
|
width: 55%;
|
|
28
|
28
|
margin: 10px 0 0 10px;
|
|
29
|
29
|
border-radius: 5px;
|
|
30
|
30
|
}
|
|
|
31
|
+ .mui-table-view-cell{
|
|
|
32
|
+ padding-top: 5px;
|
|
|
33
|
+ }
|
|
31
|
34
|
.warehousing,
|
|
32
|
35
|
.out,
|
|
33
|
36
|
.borrow,
|
|
|
@@ -70,7 +73,7 @@
|
|
70
|
73
|
<div class="headerBorrow">
|
|
71
|
74
|
<!--<a class="mui-icon mui-icon-arrowleft" href="company.html"></a>
|
|
72
|
75
|
工单列表-->
|
|
73
|
|
- <input type="" name="" id="keyword" value="" placeholder="请输入内容"/>
|
|
|
76
|
+ <input type="text" name="" id="keyword" placeholder="请输入内容"/>
|
|
74
|
77
|
<button type="button" class="mui-btn mui-btn-primary mui-btn-block BtnReutrn">归还</button>
|
|
75
|
78
|
<button type="button" class="mui-btn mui-btn-primary mui-btn-block borrow">借阅</button>
|
|
76
|
79
|
<button type="button" class="mui-btn mui-btn-primary mui-btn-block search">搜索</button>
|