sea-chart 1.1.130-beta.3 → 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;
|
|
@@ -301,134 +276,6 @@
|
|
|
301
276
|
font-size: 15px;
|
|
302
277
|
}
|
|
303
278
|
|
|
304
|
-
.dtable-io-dialog {
|
|
305
|
-
width: 560px;
|
|
306
|
-
max-width: 560px;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.dtable-io-dialog .modal-body {
|
|
310
|
-
padding: 0;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.dtable-io-dialog .download-files-header {
|
|
314
|
-
padding: 16px;
|
|
315
|
-
padding-bottom: 0;
|
|
316
|
-
color: #999;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.dtable-io-dialog .download-files-header .select-columns {
|
|
320
|
-
color: #eb8205;
|
|
321
|
-
cursor: pointer;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.dtable-io-dialog .download-files-body {
|
|
325
|
-
display: flex;
|
|
326
|
-
flex-wrap: wrap;
|
|
327
|
-
justify-content: space-between;
|
|
328
|
-
padding: 0 16px 16px;
|
|
329
|
-
height: 317px;
|
|
330
|
-
overflow: auto;
|
|
331
|
-
align-content: flex-start;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.dtable-io-dialog .download-files-item {
|
|
335
|
-
width: 255px;
|
|
336
|
-
height: 60px;
|
|
337
|
-
border: 1px solid #eeeeee;
|
|
338
|
-
margin-top: 16px;
|
|
339
|
-
box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
|
|
340
|
-
display: flex;
|
|
341
|
-
align-items: center;
|
|
342
|
-
padding: 10px;
|
|
343
|
-
padding-left: 0;
|
|
344
|
-
border-radius: 4px;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.dtable-io-dialog .download-files-item:hover {
|
|
348
|
-
box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.dtable-io-dialog .download-files-item .download-file-container {
|
|
352
|
-
flex: 1;
|
|
353
|
-
display: flex;
|
|
354
|
-
justify-content: space-between;
|
|
355
|
-
flex-direction: column;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.dtable-io-dialog .download-files-item .download-file-content {
|
|
359
|
-
display: flex;
|
|
360
|
-
justify-content: space-between;
|
|
361
|
-
flex: 1;
|
|
362
|
-
padding-left: 10px;
|
|
363
|
-
align-items: center;
|
|
364
|
-
font-size: 14px;
|
|
365
|
-
min-height: 24px;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.download-file-content .download-file-count {
|
|
369
|
-
color: #999999;
|
|
370
|
-
font-size: 14px;
|
|
371
|
-
margin-left: 5px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.download-files-item .download-file-btn {
|
|
375
|
-
width: 24px;
|
|
376
|
-
height: 24px;
|
|
377
|
-
display: flex;
|
|
378
|
-
align-items: center;
|
|
379
|
-
justify-content: center;
|
|
380
|
-
color: #999;
|
|
381
|
-
cursor: pointer;
|
|
382
|
-
align-self: flex-start;
|
|
383
|
-
font-size: 14px;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.download-files-item .download-file-btn:hover {
|
|
387
|
-
color: #333;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.download-files-item .item-dropdown-menu .item-dropdown-more {
|
|
391
|
-
color: #999;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.download-files-item .dtable-icon-check-circle {
|
|
395
|
-
font-size: 12px;
|
|
396
|
-
margin-left: 4px;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.download-file-container .download-file-status {
|
|
400
|
-
display: flex;
|
|
401
|
-
justify-content: space-between;
|
|
402
|
-
flex: 1;
|
|
403
|
-
padding-left: 10px;
|
|
404
|
-
align-items: center;
|
|
405
|
-
font-size: 12px;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.download-file-status .download-file-tip {
|
|
409
|
-
color: #999;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.download-file-status .transfer-file-tip {
|
|
413
|
-
color: green;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.download-file-status .download-file-cancel {
|
|
417
|
-
color: #f0a033;
|
|
418
|
-
cursor: pointer;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.download-file-status .download-file-error {
|
|
422
|
-
color: red;
|
|
423
|
-
display: flex;
|
|
424
|
-
align-items: center;
|
|
425
|
-
cursor: pointer;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.download-file-status .download-file-error .download-file-again {
|
|
429
|
-
margin-left: 5px;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
279
|
.react-grid-HeaderCell-default .header-cell-container .widget-HeaderCell__value {
|
|
433
280
|
line-height: 24px;
|
|
434
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%;
|