sea-chart 1.1.130-beta.2 → 1.1.130
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.
|
@@ -15,26 +15,6 @@
|
|
|
15
15
|
justify-content: space-between;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.dtable-header-setting {
|
|
19
|
-
height: 100%;
|
|
20
|
-
width: 30px;
|
|
21
|
-
float: right;
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
color: #888;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.dtable-header-setting::after {
|
|
28
|
-
content: '';
|
|
29
|
-
display: block;
|
|
30
|
-
clear: both;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.dtable-header-setting:hover {
|
|
34
|
-
color: #444;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
18
|
.react-grid-HeaderCell {
|
|
39
19
|
-webkit-user-select: none;
|
|
40
20
|
-moz-user-select: none;
|
|
@@ -200,11 +180,6 @@
|
|
|
200
180
|
width: calc(100% - 50px);
|
|
201
181
|
}
|
|
202
182
|
|
|
203
|
-
.header-cell-container .dtable-dropdown-menu {
|
|
204
|
-
width: 20px;
|
|
205
|
-
padding: 0 5px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
183
|
.header-icon {
|
|
209
184
|
display: inline-block;
|
|
210
185
|
padding: 0 0.3125rem;
|
|
@@ -288,53 +263,6 @@
|
|
|
288
263
|
align-items: center;
|
|
289
264
|
}
|
|
290
265
|
|
|
291
|
-
.header-dropdown {
|
|
292
|
-
position: unset;
|
|
293
|
-
display: inline-block;
|
|
294
|
-
margin-left: auto;
|
|
295
|
-
z-index: 1;
|
|
296
|
-
cursor: pointer !important;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.header-dropdown:hover {
|
|
300
|
-
cursor: pointer;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.header-dropdown > span {
|
|
304
|
-
display: inline-block;
|
|
305
|
-
padding: 0 6px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.header-dropdown .dtable-icon-drop-down {
|
|
309
|
-
display: inline-block;
|
|
310
|
-
font-size: 12px;
|
|
311
|
-
color: #999;
|
|
312
|
-
transform: scale(0.8);
|
|
313
|
-
transition: all 0.1s;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.header-dropdown:hover .dtable-icon-drop-down {
|
|
317
|
-
color: #aaa;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.header-dropdown .dropdown-item:hover {
|
|
321
|
-
background-color: #20a0ff;
|
|
322
|
-
color: #fff;
|
|
323
|
-
cursor: pointer;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.header-dropdown .grid-header-dropdown-item {
|
|
327
|
-
padding: 0 12px !important;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.header-dropdown .grid-header-dropdown-item .item-icon {
|
|
331
|
-
line-height: 32px;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.dtable-dropdown-menu .grid-header-dropdown-item.formula-date-format-item {
|
|
335
|
-
padding-left: 15px;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
266
|
.react-grid-HeaderCell.add-column-icon {
|
|
339
267
|
display: flex;
|
|
340
268
|
justify-content: center;
|
|
@@ -348,134 +276,6 @@
|
|
|
348
276
|
font-size: 15px;
|
|
349
277
|
}
|
|
350
278
|
|
|
351
|
-
.dtable-io-dialog {
|
|
352
|
-
width: 560px;
|
|
353
|
-
max-width: 560px;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.dtable-io-dialog .modal-body {
|
|
357
|
-
padding: 0;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.dtable-io-dialog .download-files-header {
|
|
361
|
-
padding: 16px;
|
|
362
|
-
padding-bottom: 0;
|
|
363
|
-
color: #999;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.dtable-io-dialog .download-files-header .select-columns {
|
|
367
|
-
color: #eb8205;
|
|
368
|
-
cursor: pointer;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.dtable-io-dialog .download-files-body {
|
|
372
|
-
display: flex;
|
|
373
|
-
flex-wrap: wrap;
|
|
374
|
-
justify-content: space-between;
|
|
375
|
-
padding: 0 16px 16px;
|
|
376
|
-
height: 317px;
|
|
377
|
-
overflow: auto;
|
|
378
|
-
align-content: flex-start;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.dtable-io-dialog .download-files-item {
|
|
382
|
-
width: 255px;
|
|
383
|
-
height: 60px;
|
|
384
|
-
border: 1px solid #eeeeee;
|
|
385
|
-
margin-top: 16px;
|
|
386
|
-
box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
|
|
387
|
-
display: flex;
|
|
388
|
-
align-items: center;
|
|
389
|
-
padding: 10px;
|
|
390
|
-
padding-left: 0;
|
|
391
|
-
border-radius: 4px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.dtable-io-dialog .download-files-item:hover {
|
|
395
|
-
box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.dtable-io-dialog .download-files-item .download-file-container {
|
|
399
|
-
flex: 1;
|
|
400
|
-
display: flex;
|
|
401
|
-
justify-content: space-between;
|
|
402
|
-
flex-direction: column;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.dtable-io-dialog .download-files-item .download-file-content {
|
|
406
|
-
display: flex;
|
|
407
|
-
justify-content: space-between;
|
|
408
|
-
flex: 1;
|
|
409
|
-
padding-left: 10px;
|
|
410
|
-
align-items: center;
|
|
411
|
-
font-size: 14px;
|
|
412
|
-
min-height: 24px;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
.download-file-content .download-file-count {
|
|
416
|
-
color: #999999;
|
|
417
|
-
font-size: 14px;
|
|
418
|
-
margin-left: 5px;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.download-files-item .download-file-btn {
|
|
422
|
-
width: 24px;
|
|
423
|
-
height: 24px;
|
|
424
|
-
display: flex;
|
|
425
|
-
align-items: center;
|
|
426
|
-
justify-content: center;
|
|
427
|
-
color: #999;
|
|
428
|
-
cursor: pointer;
|
|
429
|
-
align-self: flex-start;
|
|
430
|
-
font-size: 14px;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.download-files-item .download-file-btn:hover {
|
|
434
|
-
color: #333;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.download-files-item .item-dropdown-menu .item-dropdown-more {
|
|
438
|
-
color: #999;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.download-files-item .dtable-icon-check-circle {
|
|
442
|
-
font-size: 12px;
|
|
443
|
-
margin-left: 4px;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.download-file-container .download-file-status {
|
|
447
|
-
display: flex;
|
|
448
|
-
justify-content: space-between;
|
|
449
|
-
flex: 1;
|
|
450
|
-
padding-left: 10px;
|
|
451
|
-
align-items: center;
|
|
452
|
-
font-size: 12px;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.download-file-status .download-file-tip {
|
|
456
|
-
color: #999;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.download-file-status .transfer-file-tip {
|
|
460
|
-
color: green;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.download-file-status .download-file-cancel {
|
|
464
|
-
color: #f0a033;
|
|
465
|
-
cursor: pointer;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.download-file-status .download-file-error {
|
|
469
|
-
color: red;
|
|
470
|
-
display: flex;
|
|
471
|
-
align-items: center;
|
|
472
|
-
cursor: pointer;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.download-file-status .download-file-error .download-file-again {
|
|
476
|
-
margin-left: 5px;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
279
|
.react-grid-HeaderCell-default .header-cell-container .widget-HeaderCell__value {
|
|
480
280
|
line-height: 24px;
|
|
481
281
|
}
|
|
@@ -164,10 +164,6 @@
|
|
|
164
164
|
align-items: center;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.statistic-views-dropdown .item-text {
|
|
168
|
-
flex: 1;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
167
|
.statistic-views-dropdown .icon-dropdown-toggle {
|
|
172
168
|
display: inline-flex;
|
|
173
169
|
align-items: center;
|
|
@@ -191,18 +187,6 @@
|
|
|
191
187
|
transform: scale(.8);
|
|
192
188
|
}
|
|
193
189
|
|
|
194
|
-
.statistic-views-dropdown-menu {
|
|
195
|
-
margin-top: -16px !important;
|
|
196
|
-
margin-left: -12px !important;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.statistic-views-dropdown-menu .dropdown-item {
|
|
200
|
-
display: flex;
|
|
201
|
-
align-items: center;
|
|
202
|
-
min-height: 32px;
|
|
203
|
-
padding: 3px 12px;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
190
|
.statistic-views-dropdown-menu .statistic-view-name {
|
|
207
191
|
display: inline-block;
|
|
208
192
|
width: 100%;
|