telephone-clients 3.0.104-90 → 3.0.104-99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/src/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/bootstrap/less/aofeng/themeOne/BinaryTemplate.less +39 -39
- package/src/bootstrap/less/aofeng/themeOne/systemStyle.less +37 -30
- package/src/bootstrap/less/less.7z +0 -0
- package/src/bootstrap/less/stand.less +0 -4
- package/src/bootstrap/less/tables.less +0 -50
- package/src/components/pc/TelFindUser.vue +304 -304
- package/src/components/pc/WorkListAllNew.vue +715 -715
- package/src/components/pc/WorkListNew.vue +719 -722
- package/src/expandcss.less +566 -620
- package/src/main.js +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "telephone-clients",
|
|
3
|
-
"version": "3.0.104-
|
|
3
|
+
"version": "3.0.104-99",
|
|
4
4
|
"description": "呼叫模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"sinon-chai": "^2.8.0",
|
|
95
95
|
"style": "0.0.3",
|
|
96
96
|
"style-loader": "^0.20.3",
|
|
97
|
-
"system-clients": "3.2
|
|
97
|
+
"system-clients": "3.0.14-akyh-2",
|
|
98
98
|
"system-phone": "1.2.100",
|
|
99
99
|
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
100
100
|
"url-loader": "^0.5.7",
|
|
101
|
-
"vue-client": "1.
|
|
101
|
+
"vue-client": "1.21.61-akyh-7",
|
|
102
102
|
"vue-hot-reload-api": "^1.2.0",
|
|
103
103
|
"vue-html-loader": "^1.0.0",
|
|
104
104
|
"vue-loader": "^8.2.1",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
padding: 1%;
|
|
30
30
|
margin: 1%;
|
|
31
31
|
width: 98%;
|
|
32
|
-
height:
|
|
32
|
+
height: 95%;
|
|
33
33
|
background-color: #ffffff;
|
|
34
34
|
border-radius: 14px;
|
|
35
35
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
padding: 1%;
|
|
47
47
|
margin: 1% 0 1% 1%;
|
|
48
48
|
width: 19%;
|
|
49
|
-
height:
|
|
49
|
+
height: 95%;
|
|
50
50
|
background-color: #ffffff;
|
|
51
51
|
border-radius: 14px;
|
|
52
52
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
padding: 1%;
|
|
56
56
|
margin: 1% 0 1% 0;
|
|
57
57
|
width: 58%;
|
|
58
|
-
height:
|
|
58
|
+
height: 95%;
|
|
59
59
|
background-color: #ffffff;
|
|
60
60
|
border-radius: 14px;
|
|
61
61
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
padding: 1%;
|
|
65
65
|
margin: 1%;
|
|
66
66
|
width: 19%;
|
|
67
|
-
height:
|
|
67
|
+
height: 95%;
|
|
68
68
|
background-color: #ffffff;
|
|
69
69
|
border-radius: 14px;
|
|
70
70
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
|
|
84
84
|
.binary-left{
|
|
85
85
|
padding: 1%;
|
|
86
|
-
margin:
|
|
86
|
+
margin: 1%;
|
|
87
87
|
width: 58%;
|
|
88
|
-
height:
|
|
88
|
+
height: 95%;
|
|
89
89
|
background-color: #ffffff;
|
|
90
90
|
border-radius: 14px;
|
|
91
91
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
padding: 0 1% 1% 1%;
|
|
95
95
|
margin: 1% 1% 1% 0;
|
|
96
96
|
width: 39%;
|
|
97
|
-
height:
|
|
97
|
+
height: 95%;
|
|
98
98
|
background-color: #ffffff;
|
|
99
99
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
100
100
|
border-radius: 14px;
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
padding-top: 1%;
|
|
105
105
|
overflow-y: auto;
|
|
106
106
|
overflow-x: auto;
|
|
107
|
-
height: calc(((((100vh*0.93)*0.936)*0.
|
|
107
|
+
height: calc(((((100vh*0.93)*0.936)*0.95)*0.936)*0.98);
|
|
108
108
|
border-radius: 0 0 14px 14px;
|
|
109
109
|
}
|
|
110
110
|
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
padding: 1%;
|
|
123
123
|
margin: 1%;
|
|
124
124
|
width: 98%;
|
|
125
|
-
height:
|
|
125
|
+
height: 95%;
|
|
126
126
|
background-color: #ffffff;
|
|
127
127
|
border-radius: 14px;
|
|
128
128
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
padding: 1%;
|
|
139
139
|
margin: 1% 0 1% 1%;
|
|
140
140
|
width: 19%;
|
|
141
|
-
height:
|
|
141
|
+
height: 95%;
|
|
142
142
|
background-color: #ffffff;
|
|
143
143
|
border-radius: 14px;
|
|
144
144
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
padding: 1%;
|
|
148
148
|
margin: 1% 0 1% 0;
|
|
149
149
|
width: 58%;
|
|
150
|
-
height:
|
|
150
|
+
height: 95%;
|
|
151
151
|
background-color: #ffffff;
|
|
152
152
|
border-radius: 14px;
|
|
153
153
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
padding: 1%;
|
|
157
157
|
margin: 1%;
|
|
158
158
|
width: 19%;
|
|
159
|
-
height:
|
|
159
|
+
height: 95%;
|
|
160
160
|
background-color: #ffffff;
|
|
161
161
|
border-radius: 14px;
|
|
162
162
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -175,9 +175,9 @@
|
|
|
175
175
|
|
|
176
176
|
.binary-left{
|
|
177
177
|
padding: 1%;
|
|
178
|
-
margin:
|
|
178
|
+
margin: 1%;
|
|
179
179
|
width: 58%;
|
|
180
|
-
height:
|
|
180
|
+
height: 95%;
|
|
181
181
|
background-color: #ffffff;
|
|
182
182
|
border-radius: 14px;
|
|
183
183
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
padding: 0 1% 1% 1%;
|
|
187
187
|
margin: 1% 1% 1% 0;
|
|
188
188
|
width: 39%;
|
|
189
|
-
height:
|
|
189
|
+
height: 95%;
|
|
190
190
|
background-color: #ffffff;
|
|
191
191
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
192
192
|
border-radius: 14px;
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
padding-top: 1%;
|
|
197
197
|
overflow-y: auto;
|
|
198
198
|
overflow-x: auto;
|
|
199
|
-
height: calc(((((100vh*0.93)*0.936)*0.
|
|
199
|
+
height: calc(((((100vh*0.93)*0.936)*0.95)*0.936)*0.98);
|
|
200
200
|
border-radius: 0 0 14px 14px;
|
|
201
201
|
}
|
|
202
202
|
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
padding: 1%;
|
|
214
214
|
margin: 1%;
|
|
215
215
|
width: 98%;
|
|
216
|
-
height:
|
|
216
|
+
height: 95%;
|
|
217
217
|
background-color: #ffffff;
|
|
218
218
|
border-radius: 14px;
|
|
219
219
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
padding: 1%;
|
|
230
230
|
margin: 1% 0 1% 1%;
|
|
231
231
|
width: 19%;
|
|
232
|
-
height:
|
|
232
|
+
height: 95%;
|
|
233
233
|
background-color: #ffffff;
|
|
234
234
|
border-radius: 14px;
|
|
235
235
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
padding: 1%;
|
|
239
239
|
margin: 1% 0 1% 0;
|
|
240
240
|
width: 58%;
|
|
241
|
-
height:
|
|
241
|
+
height: 95%;
|
|
242
242
|
background-color: #ffffff;
|
|
243
243
|
border-radius: 14px;
|
|
244
244
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
padding: 1%;
|
|
248
248
|
margin: 1%;
|
|
249
249
|
width: 19%;
|
|
250
|
-
height:
|
|
250
|
+
height: 95%;
|
|
251
251
|
background-color: #ffffff;
|
|
252
252
|
border-radius: 14px;
|
|
253
253
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -266,9 +266,9 @@
|
|
|
266
266
|
|
|
267
267
|
.binary-left{
|
|
268
268
|
padding: 1%;
|
|
269
|
-
margin:
|
|
269
|
+
margin: 1%;
|
|
270
270
|
width: 58%;
|
|
271
|
-
height:
|
|
271
|
+
height: 95%;
|
|
272
272
|
background-color: #ffffff;
|
|
273
273
|
border-radius: 14px;
|
|
274
274
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
padding: 0 1% 1% 1%;
|
|
278
278
|
margin: 1% 1% 1% 0;
|
|
279
279
|
width: 39%;
|
|
280
|
-
height:
|
|
280
|
+
height: 95%;
|
|
281
281
|
background-color: #ffffff;
|
|
282
282
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
283
283
|
border-radius: 14px;
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
padding-top: 1%;
|
|
288
288
|
overflow-y: auto;
|
|
289
289
|
overflow-x: auto;
|
|
290
|
-
height: calc(((((100vh*0.93)*0.936)*0.
|
|
290
|
+
height: calc(((((100vh*0.93)*0.936)*0.95)*0.936)*0.98);
|
|
291
291
|
border-radius: 0 0 14px 14px;
|
|
292
292
|
}
|
|
293
293
|
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
padding: 1%;
|
|
306
306
|
margin: 1%;
|
|
307
307
|
width: 98%;
|
|
308
|
-
height:
|
|
308
|
+
height: 95%;
|
|
309
309
|
background-color: #ffffff;
|
|
310
310
|
border-radius: 14px;
|
|
311
311
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
padding: 1%;
|
|
322
322
|
margin: 1% 0 1% 1%;
|
|
323
323
|
width: 19%;
|
|
324
|
-
height:
|
|
324
|
+
height: 95%;
|
|
325
325
|
background-color: #ffffff;
|
|
326
326
|
border-radius: 14px;
|
|
327
327
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
padding: 1%;
|
|
331
331
|
margin: 1% 0 1% 0;
|
|
332
332
|
width: 58%;
|
|
333
|
-
height:
|
|
333
|
+
height: 95%;
|
|
334
334
|
background-color: #ffffff;
|
|
335
335
|
border-radius: 14px;
|
|
336
336
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
padding: 1%;
|
|
340
340
|
margin: 1%;
|
|
341
341
|
width: 19%;
|
|
342
|
-
height:
|
|
342
|
+
height: 95%;
|
|
343
343
|
background-color: #ffffff;
|
|
344
344
|
border-radius: 14px;
|
|
345
345
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -358,9 +358,9 @@
|
|
|
358
358
|
|
|
359
359
|
.binary-left{
|
|
360
360
|
padding: 1%;
|
|
361
|
-
margin:
|
|
361
|
+
margin: 1%;
|
|
362
362
|
width: 58%;
|
|
363
|
-
height:
|
|
363
|
+
height: 95%;
|
|
364
364
|
background-color: #ffffff;
|
|
365
365
|
border-radius: 14px;
|
|
366
366
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
padding: 0 1% 1% 1%;
|
|
370
370
|
margin: 1% 1% 1% 0;
|
|
371
371
|
width: 39%;
|
|
372
|
-
height:
|
|
372
|
+
height: 95%;
|
|
373
373
|
background-color: #ffffff;
|
|
374
374
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
375
375
|
border-radius: 14px;
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
padding-top: 1%;
|
|
380
380
|
overflow-y: auto;
|
|
381
381
|
overflow-x: auto;
|
|
382
|
-
height: calc(((((100vh*0.93)*0.936)*0.
|
|
382
|
+
height: calc(((((100vh*0.93)*0.936)*0.95)*0.936)*0.98);
|
|
383
383
|
border-radius: 0 0 14px 14px;
|
|
384
384
|
}
|
|
385
385
|
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
padding: 1%;
|
|
397
397
|
margin: 1%;
|
|
398
398
|
width: 98%;
|
|
399
|
-
height:
|
|
399
|
+
height: 95%;
|
|
400
400
|
background-color: #ffffff;
|
|
401
401
|
border-radius: 14px;
|
|
402
402
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
padding: 1%;
|
|
413
413
|
margin: 1% 0 1% 1%;
|
|
414
414
|
width: 19%;
|
|
415
|
-
height:
|
|
415
|
+
height: 95%;
|
|
416
416
|
background-color: #ffffff;
|
|
417
417
|
border-radius: 14px;
|
|
418
418
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
padding: 1%;
|
|
422
422
|
margin: 1% 0 1% 0;
|
|
423
423
|
width: 58%;
|
|
424
|
-
height:
|
|
424
|
+
height: 95%;
|
|
425
425
|
background-color: #ffffff;
|
|
426
426
|
border-radius: 14px;
|
|
427
427
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
padding: 1%;
|
|
431
431
|
margin: 1%;
|
|
432
432
|
width: 19%;
|
|
433
|
-
height:
|
|
433
|
+
height: 95%;
|
|
434
434
|
background-color: #ffffff;
|
|
435
435
|
border-radius: 14px;
|
|
436
436
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -446,9 +446,9 @@
|
|
|
446
446
|
|
|
447
447
|
.binary-left{
|
|
448
448
|
padding: 1%;
|
|
449
|
-
margin:
|
|
449
|
+
margin: 1%;
|
|
450
450
|
width: 58%;
|
|
451
|
-
height:
|
|
451
|
+
height: 95%;
|
|
452
452
|
background-color: #ffffff;
|
|
453
453
|
border-radius: 14px;
|
|
454
454
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
padding: 0 1% 1% 1%;
|
|
458
458
|
margin: 1% 1% 1% 0;
|
|
459
459
|
width: 39%;
|
|
460
|
-
height:
|
|
460
|
+
height: 95%;
|
|
461
461
|
background-color: #ffffff;
|
|
462
462
|
box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
|
|
463
463
|
border-radius: 14px;
|
|
@@ -195,6 +195,13 @@ input{outline:none;}
|
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
+
.button_search[disabled]{
|
|
199
|
+
background-color: #b5cadf;
|
|
200
|
+
&:hover{
|
|
201
|
+
background-color: #b5cadf;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
198
205
|
/*分辨率@1920*1080*/
|
|
199
206
|
@media screen and (min-width:1920px) {
|
|
200
207
|
/*---滚动条大小--*/
|
|
@@ -313,14 +320,14 @@ input{outline:none;}
|
|
|
313
320
|
.system-left{
|
|
314
321
|
float: left;
|
|
315
322
|
width: 10%;
|
|
316
|
-
height:
|
|
323
|
+
height: 95%;
|
|
317
324
|
.system-left-chi{
|
|
318
325
|
height: 96%;
|
|
319
326
|
color: #fff;
|
|
320
327
|
}
|
|
321
328
|
.system-left-tree {
|
|
322
329
|
margin-bottom:10px;
|
|
323
|
-
padding-bottom:
|
|
330
|
+
padding-bottom:1px;
|
|
324
331
|
padding-top:1px;
|
|
325
332
|
flex: 1;
|
|
326
333
|
border-top: 1px solid #e5e5e5;
|
|
@@ -422,15 +429,15 @@ input{outline:none;}
|
|
|
422
429
|
.system-right{
|
|
423
430
|
float: left;
|
|
424
431
|
width: 90%;
|
|
425
|
-
height:
|
|
432
|
+
height: 95%;
|
|
426
433
|
background-color: #e8f4ff;
|
|
427
434
|
color: #333333;
|
|
428
435
|
|
|
429
436
|
//底部标签页样式
|
|
430
437
|
.foot_tabset >ul> {
|
|
431
|
-
height:
|
|
438
|
+
height: 6%;
|
|
432
439
|
background-color: #ffffff;
|
|
433
|
-
|
|
440
|
+
margin-left: 15px;
|
|
434
441
|
color: #999999;
|
|
435
442
|
font-size: 1.4rem;
|
|
436
443
|
}
|
|
@@ -597,14 +604,14 @@ input{outline:none;}
|
|
|
597
604
|
.system-left{
|
|
598
605
|
float: left;
|
|
599
606
|
width: 10%;
|
|
600
|
-
height:
|
|
607
|
+
height: 95%;
|
|
601
608
|
.system-left-chi{
|
|
602
609
|
height: 96%;
|
|
603
610
|
color: #fff;
|
|
604
611
|
}
|
|
605
612
|
.system-left-tree {
|
|
606
613
|
margin-bottom:10px;
|
|
607
|
-
padding-bottom:
|
|
614
|
+
padding-bottom:1px;
|
|
608
615
|
padding-top:1px;
|
|
609
616
|
flex: 1;
|
|
610
617
|
border-top: 1px solid #e5e5e5;
|
|
@@ -706,15 +713,15 @@ input{outline:none;}
|
|
|
706
713
|
.system-right{
|
|
707
714
|
float: left;
|
|
708
715
|
width: 90%;
|
|
709
|
-
height:
|
|
716
|
+
height: 95%;
|
|
710
717
|
background-color: #e8f4ff;
|
|
711
718
|
color: #333333;
|
|
712
719
|
|
|
713
720
|
//底部标签页样式
|
|
714
721
|
.foot_tabset >ul> {
|
|
715
|
-
height:
|
|
722
|
+
height: 6%;
|
|
716
723
|
background-color: #ffffff;
|
|
717
|
-
|
|
724
|
+
margin-left: 15px;
|
|
718
725
|
color: #999999;
|
|
719
726
|
font-size: 1.4rem;
|
|
720
727
|
}
|
|
@@ -881,14 +888,14 @@ input{outline:none;}
|
|
|
881
888
|
.system-left{
|
|
882
889
|
float: left;
|
|
883
890
|
width: 10%;
|
|
884
|
-
height:
|
|
891
|
+
height: 95%;
|
|
885
892
|
.system-left-chi{
|
|
886
893
|
height: 96%;
|
|
887
894
|
color: #fff;
|
|
888
895
|
}
|
|
889
896
|
.system-left-tree {
|
|
890
897
|
margin-bottom:10px;
|
|
891
|
-
padding-bottom:
|
|
898
|
+
padding-bottom:1px;
|
|
892
899
|
padding-top:1px;
|
|
893
900
|
flex: 1;
|
|
894
901
|
border-top: 1px solid #e5e5e5;
|
|
@@ -990,15 +997,15 @@ input{outline:none;}
|
|
|
990
997
|
.system-right{
|
|
991
998
|
float: left;
|
|
992
999
|
width: 90%;
|
|
993
|
-
height:
|
|
1000
|
+
height: 95%;
|
|
994
1001
|
background-color: #e8f4ff;
|
|
995
1002
|
color: #333333;
|
|
996
1003
|
|
|
997
1004
|
//底部标签页样式
|
|
998
1005
|
.foot_tabset >ul> {
|
|
999
|
-
height:
|
|
1006
|
+
height: 6%;
|
|
1000
1007
|
background-color: #ffffff;
|
|
1001
|
-
|
|
1008
|
+
margin-left: 15px;
|
|
1002
1009
|
color: #999999;
|
|
1003
1010
|
font-size: 1.4rem;
|
|
1004
1011
|
}
|
|
@@ -1165,14 +1172,14 @@ input{outline:none;}
|
|
|
1165
1172
|
.system-left{
|
|
1166
1173
|
float: left;
|
|
1167
1174
|
width: 10%;
|
|
1168
|
-
height:
|
|
1175
|
+
height: 95%;
|
|
1169
1176
|
.system-left-chi{
|
|
1170
1177
|
height: 96%;
|
|
1171
1178
|
color: #fff;
|
|
1172
1179
|
}
|
|
1173
1180
|
.system-left-tree {
|
|
1174
1181
|
margin-bottom:10px;
|
|
1175
|
-
padding-bottom:
|
|
1182
|
+
padding-bottom:1px;
|
|
1176
1183
|
padding-top:1px;
|
|
1177
1184
|
flex: 1;
|
|
1178
1185
|
border-top: 1px solid #e5e5e5;
|
|
@@ -1274,15 +1281,15 @@ input{outline:none;}
|
|
|
1274
1281
|
.system-right{
|
|
1275
1282
|
float: left;
|
|
1276
1283
|
width: 90%;
|
|
1277
|
-
height:
|
|
1284
|
+
height: 95%;
|
|
1278
1285
|
background-color: #e8f4ff;
|
|
1279
1286
|
color: #333333;
|
|
1280
1287
|
|
|
1281
1288
|
//底部标签页样式
|
|
1282
1289
|
.foot_tabset >ul> {
|
|
1283
|
-
height:
|
|
1290
|
+
height: 6%;
|
|
1284
1291
|
background-color: #ffffff;
|
|
1285
|
-
|
|
1292
|
+
margin-left: 15px;
|
|
1286
1293
|
color: #999999;
|
|
1287
1294
|
font-size: 1.2rem;
|
|
1288
1295
|
}
|
|
@@ -1452,14 +1459,14 @@ input{outline:none;}
|
|
|
1452
1459
|
.system-left{
|
|
1453
1460
|
float: left;
|
|
1454
1461
|
width: 10%;
|
|
1455
|
-
height:
|
|
1462
|
+
height: 95%;
|
|
1456
1463
|
.system-left-chi{
|
|
1457
1464
|
height: 96%;
|
|
1458
1465
|
color: #fff;
|
|
1459
1466
|
}
|
|
1460
1467
|
.system-left-tree {
|
|
1461
1468
|
margin-bottom:10px;
|
|
1462
|
-
padding-bottom:
|
|
1469
|
+
padding-bottom:1px;
|
|
1463
1470
|
padding-top:1px;
|
|
1464
1471
|
flex: 1;
|
|
1465
1472
|
border-top: 1px solid #e5e5e5;
|
|
@@ -1561,15 +1568,15 @@ input{outline:none;}
|
|
|
1561
1568
|
.system-right{
|
|
1562
1569
|
float: left;
|
|
1563
1570
|
width: 90%;
|
|
1564
|
-
height:
|
|
1571
|
+
height: 95%;
|
|
1565
1572
|
background-color: #e8f4ff;
|
|
1566
1573
|
color: #333333;
|
|
1567
1574
|
|
|
1568
1575
|
//底部标签页样式
|
|
1569
1576
|
.foot_tabset >ul> {
|
|
1570
|
-
height:
|
|
1577
|
+
height: 6%;
|
|
1571
1578
|
background-color: #ffffff;
|
|
1572
|
-
|
|
1579
|
+
margin-left: 15px;
|
|
1573
1580
|
color: #999999;
|
|
1574
1581
|
font-size: 1.4rem;
|
|
1575
1582
|
}
|
|
@@ -1737,14 +1744,14 @@ input{outline:none;}
|
|
|
1737
1744
|
.system-left{
|
|
1738
1745
|
float: left;
|
|
1739
1746
|
width: 12%;
|
|
1740
|
-
height:
|
|
1747
|
+
height: 95%;
|
|
1741
1748
|
.system-left-chi{
|
|
1742
1749
|
height: 96%;
|
|
1743
1750
|
color: #fff;
|
|
1744
1751
|
}
|
|
1745
1752
|
.system-left-tree {
|
|
1746
1753
|
margin-bottom:6px;
|
|
1747
|
-
padding-bottom:
|
|
1754
|
+
padding-bottom:1px;
|
|
1748
1755
|
padding-top:1px;
|
|
1749
1756
|
flex: 1;
|
|
1750
1757
|
border-top: 1px solid #e5e5e5;
|
|
@@ -1846,15 +1853,15 @@ input{outline:none;}
|
|
|
1846
1853
|
.system-right{
|
|
1847
1854
|
float: left;
|
|
1848
1855
|
width: 88%;
|
|
1849
|
-
height:
|
|
1856
|
+
height: 95%;
|
|
1850
1857
|
background-color: #e8f4ff;
|
|
1851
1858
|
color: #333333;
|
|
1852
1859
|
|
|
1853
1860
|
//底部标签页样式
|
|
1854
1861
|
.foot_tabset >ul> {
|
|
1855
|
-
height:
|
|
1862
|
+
height: 6%;
|
|
1856
1863
|
background-color: #ffffff;
|
|
1857
|
-
|
|
1864
|
+
margin-left: 15px;
|
|
1858
1865
|
color: #999999;
|
|
1859
1866
|
font-size: 0.8rem;
|
|
1860
1867
|
}
|
|
Binary file
|
|
@@ -71,57 +71,7 @@ th {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.tablenew {
|
|
75
|
-
width: 100%;
|
|
76
|
-
max-width: 100%;
|
|
77
|
-
margin-bottom: @line-height-computed;
|
|
78
|
-
// Cells
|
|
79
|
-
> thead,
|
|
80
|
-
> tbody,
|
|
81
|
-
> tfoot {
|
|
82
|
-
> tr {
|
|
83
|
-
> th,
|
|
84
|
-
> td {
|
|
85
|
-
padding: 4px !important;
|
|
86
|
-
line-height: @line-height-base;
|
|
87
|
-
vertical-align: middle; // 原本为top
|
|
88
|
-
border-top: 0px solid @table-border-color; // 原本为0px
|
|
89
|
-
text-align: left;// 原本没有
|
|
90
|
-
color: #304A66;
|
|
91
|
-
// 原本没有,自己添加
|
|
92
|
-
font-family: 微软雅黑;
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
// Bottom align for column headings
|
|
98
|
-
> thead > tr > th {
|
|
99
|
-
text-align: center;
|
|
100
|
-
vertical-align: middle; // 原本为bottom
|
|
101
|
-
border-bottom: 2px solid @table-border-color;
|
|
102
|
-
font-weight: 600;
|
|
103
|
-
}
|
|
104
|
-
// Remove top border from thead by default
|
|
105
|
-
> caption + thead,
|
|
106
|
-
> colgroup + thead,
|
|
107
|
-
> thead:first-child {
|
|
108
|
-
> tr:first-child {
|
|
109
|
-
> th,
|
|
110
|
-
> td {
|
|
111
|
-
border-top: 0;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
// Account for multiple tbody instances
|
|
116
|
-
> tbody + tbody {
|
|
117
|
-
border-top: 2px solid @table-border-color;
|
|
118
|
-
}
|
|
119
74
|
|
|
120
|
-
// Nesting
|
|
121
|
-
.table {
|
|
122
|
-
background-color: @body-bg;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
75
|
// Condensed table w/ half padding
|
|
126
76
|
|
|
127
77
|
.table-condensed {
|