task.less
2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/* 公共 */
/* 任务监控管理 */
.taskDetail {
.nav {
margin: 10px 26px;
font-weight: 600;
span {
color: #5668DB;
}
}
.expandMenu {
position: absolute;
right: 26px;
top: 8px;
cursor: pointer;
font-size: 22px;
}
}
.taskTrajectory{
.nav {
margin: 10px 26px;
font-weight: 600;
span {
color: #5668DB;
}
}
.expandMenu {
position: absolute;
right: 26px;
top: 38px;
cursor: pointer;
font-size: 22px;
}
}
.taskStatus{
.nav {
margin: 10px 26px;
font-weight: 600;
span {
color: #5668DB;
}
}
.expandMenu {
position: absolute;
right: 26px;
top: 38px;
cursor: pointer;
font-size: 22px;
}
}
// 表单搜索组件
.taskForm {
padding: 20px 10px 20px 26px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px 0;
}
.detData{
background-color: rgb(255, 255, 255);
margin: 10px 26px;
min-height: 500px;
.pLeft{
padding-left:22px;
}
.pRight{
padding-right:22px;
}
}
.taskContent{
padding: 20px 10px 20px 26px;
background-color: rgb(255, 255, 255);
.ant-tabs-bar{
height:44px;
background-color:#E6EAF0;
margin:0px;
}
.cronTabsList{
border:1px solid rgba(210,210,210,1);
.express{
background:rgba(255,255,255,1);
border:1px solid rgba(210,210,210,1);
margin: 10px 20px;
padding:10px 20px;
.alignCenter{
text-align:center;
}
}
.tabsList{
//border:1px solid rgba(210,210,210,1);
border-radius:5px;
.ant-tabs-nav .ant-tabs-tab-active {
color: #000;
}
.ant-tabs-nav .ant-tabs-tab:hover {
color: #000;
}
.ant-tabs-ink-bar{
background-color: #49D1B7;
}
.numInput{
width: 75px;
height: 30px;
margin-left: 10px;
margin-right: 10px;
text-align:center;
}
.chkList{
margin-left: 23px;
width: 600px;
.ant-checkbox-group{
display: flex;
flex-wrap: wrap;
}
}
}
.ant-tabs-content{
height:370px;
}
.expreShow{
padding-top:10px;
.ant-list-item{
padding:0px;
}
.ant-list-empty-text{
padding:0px;
}
.ant-list-item{
border-bottom: none !important;
}
}
}
}
.taskManage{
.submitBtn {
margin: 0;
padding-top: 40px;
text-align: center;
background: #fff;
border-top: 1px solid #ccc;
button{
margin: 10px 10px;
}
}
}