@vtx/player 0.0.29 → 1.0.0

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.
Files changed (113) hide show
  1. package/lib/api/index.d.ts +8 -0
  2. package/lib/api/index.js +43 -3
  3. package/lib/api/index.js.map +1 -1
  4. package/lib/api/types.d.ts +41 -4
  5. package/lib/components/set-tag-video/index.d.ts +9 -0
  6. package/lib/components/set-tag-video/index.js +196 -0
  7. package/lib/components/set-tag-video/index.js.map +1 -0
  8. package/lib/components/set-tag-video/style/css.js +4 -0
  9. package/lib/components/set-tag-video/style/css.js.map +1 -0
  10. package/lib/components/set-tag-video/style/index.css +104 -0
  11. package/lib/components/set-tag-video/style/index.d.ts +1 -0
  12. package/lib/components/set-tag-video/style/index.js +4 -0
  13. package/lib/components/set-tag-video/style/index.js.map +1 -0
  14. package/lib/components/set-tag-video/style/index.less +125 -0
  15. package/lib/components/split-screen/index.d.ts +11 -0
  16. package/lib/components/split-screen/index.js +203 -0
  17. package/lib/components/split-screen/index.js.map +1 -0
  18. package/lib/components/split-screen/style/css.js +4 -0
  19. package/lib/components/split-screen/style/css.js.map +1 -0
  20. package/lib/components/split-screen/style/index.css +21 -0
  21. package/lib/components/split-screen/style/index.d.ts +1 -0
  22. package/lib/components/split-screen/style/index.js +4 -0
  23. package/lib/components/split-screen/style/index.js.map +1 -0
  24. package/lib/components/split-screen/style/index.less +21 -0
  25. package/lib/components/tag-video/images/play.gif +0 -0
  26. package/lib/components/tag-video/index.d.ts +7 -0
  27. package/lib/components/tag-video/index.js +171 -0
  28. package/lib/components/tag-video/index.js.map +1 -0
  29. package/lib/components/tag-video/style/css.js +4 -0
  30. package/lib/components/tag-video/style/css.js.map +1 -0
  31. package/lib/components/tag-video/style/index.css +73 -0
  32. package/lib/components/tag-video/style/index.d.ts +1 -0
  33. package/lib/components/tag-video/style/index.js +4 -0
  34. package/lib/components/tag-video/style/index.js.map +1 -0
  35. package/lib/components/tag-video/style/index.less +69 -0
  36. package/lib/components/video-scale/index.d.ts +9 -0
  37. package/lib/components/video-scale/index.js +65 -0
  38. package/lib/components/video-scale/index.js.map +1 -0
  39. package/lib/components/video-scale/style/css.js +4 -0
  40. package/lib/components/video-scale/style/css.js.map +1 -0
  41. package/lib/components/video-scale/style/index.css +30 -0
  42. package/lib/components/video-scale/style/index.d.ts +1 -0
  43. package/lib/components/video-scale/style/index.js +4 -0
  44. package/lib/components/video-scale/style/index.js.map +1 -0
  45. package/lib/components/video-scale/style/index.less +31 -0
  46. package/lib/controls/index.d.ts +2 -0
  47. package/lib/controls/index.js +5 -3
  48. package/lib/controls/index.js.map +1 -1
  49. package/lib/controls/style/index.css +1 -0
  50. package/lib/controls/style/index.less +1 -0
  51. package/lib/history-control/index.js +5 -1
  52. package/lib/history-control/index.js.map +1 -1
  53. package/lib/history-control/style/index.css +1 -0
  54. package/lib/history-control/style/index.less +1 -0
  55. package/lib/history-control-v2/components/grid-item/index.d.ts +21 -0
  56. package/lib/history-control-v2/components/grid-item/index.js +207 -0
  57. package/lib/history-control-v2/components/grid-item/index.js.map +1 -0
  58. package/lib/history-control-v2/components/panel/index.d.ts +9 -0
  59. package/lib/history-control-v2/components/panel/index.js +477 -0
  60. package/lib/history-control-v2/components/panel/index.js.map +1 -0
  61. package/lib/history-control-v2/context.d.ts +17 -0
  62. package/lib/history-control-v2/context.js +12 -0
  63. package/lib/history-control-v2/context.js.map +1 -0
  64. package/lib/history-control-v2/images/collapse.png +0 -0
  65. package/lib/history-control-v2/images/empty.png +0 -0
  66. package/lib/history-control-v2/index.d.ts +11 -0
  67. package/lib/history-control-v2/index.js +418 -0
  68. package/lib/history-control-v2/index.js.map +1 -0
  69. package/lib/history-control-v2/interface.d.ts +137 -0
  70. package/lib/history-control-v2/style/css.js +24 -0
  71. package/lib/history-control-v2/style/css.js.map +1 -0
  72. package/lib/history-control-v2/style/index.css +435 -0
  73. package/lib/history-control-v2/style/index.d.ts +11 -0
  74. package/lib/history-control-v2/style/index.js +24 -0
  75. package/lib/history-control-v2/style/index.js.map +1 -0
  76. package/lib/history-control-v2/style/index.less +437 -0
  77. package/lib/history-control-v2/utils.d.ts +19 -0
  78. package/lib/history-control-v2/utils.js +132 -0
  79. package/lib/history-control-v2/utils.js.map +1 -0
  80. package/lib/history-player/index.d.ts +11 -3
  81. package/lib/history-player/index.js +99 -32
  82. package/lib/history-player/index.js.map +1 -1
  83. package/lib/icons/index.css +4 -0
  84. package/lib/icons/index.d.ts +29 -0
  85. package/lib/icons/index.js +1393 -19
  86. package/lib/icons/index.js.map +1 -1
  87. package/lib/icons/index.less +6 -0
  88. package/lib/index.d.ts +2 -0
  89. package/lib/index.js +16 -0
  90. package/lib/index.js.map +1 -1
  91. package/lib/live-control/index.js +5 -2
  92. package/lib/live-control/index.js.map +1 -1
  93. package/lib/live-control-v2/images/empty.png +0 -0
  94. package/lib/live-control-v2/index.d.ts +55 -0
  95. package/lib/live-control-v2/index.js +529 -0
  96. package/lib/live-control-v2/index.js.map +1 -0
  97. package/lib/live-control-v2/style/css.js +18 -0
  98. package/lib/live-control-v2/style/css.js.map +1 -0
  99. package/lib/live-control-v2/style/index.css +217 -0
  100. package/lib/live-control-v2/style/index.d.ts +8 -0
  101. package/lib/live-control-v2/style/index.js +18 -0
  102. package/lib/live-control-v2/style/index.js.map +1 -0
  103. package/lib/live-control-v2/style/index.less +192 -0
  104. package/lib/live-player/index.d.ts +1 -1
  105. package/lib/live-player/index.js +7 -2
  106. package/lib/live-player/index.js.map +1 -1
  107. package/lib/player/index.js +14 -3
  108. package/lib/player/index.js.map +1 -1
  109. package/lib/typings/h5player.d.ts +10 -8
  110. package/lib/utils/index.d.ts +17 -0
  111. package/lib/utils/index.js +26 -2
  112. package/lib/utils/index.js.map +1 -1
  113. package/package.json +1 -1
@@ -0,0 +1,435 @@
1
+ .vtx-history-control-v2 {
2
+ display: -webkit-box;
3
+ display: -ms-flexbox;
4
+ display: flex;
5
+ -webkit-box-orient: vertical;
6
+ -webkit-box-direction: normal;
7
+ -ms-flex-direction: column;
8
+ flex-direction: column;
9
+ position: relative;
10
+ }
11
+ .vtx-history-control-v2 .player-grid-container {
12
+ display: grid;
13
+ -webkit-box-flex: 1;
14
+ -ms-flex-positive: 1;
15
+ flex-grow: 1;
16
+ grid-gap: 1px;
17
+ height: 0;
18
+ background-color: rgba(0, 0, 0, 0.8);
19
+ }
20
+ .vtx-history-control-v2 .player-grid-container._1 {
21
+ grid-template-rows: 1fr;
22
+ grid-template-columns: 1fr;
23
+ }
24
+ .vtx-history-control-v2 .player-grid-container._4 {
25
+ grid-template-rows: 1fr 1fr;
26
+ grid-template-columns: 1fr 1fr;
27
+ }
28
+ .vtx-history-control-v2 .player-grid-container._9 {
29
+ grid-template-rows: 1fr 1fr 1fr;
30
+ grid-template-columns: 1fr 1fr 1fr;
31
+ }
32
+ .vtx-history-control-v2 .player-grid-container._16 {
33
+ grid-template-rows: 1fr 1fr 1fr 1fr;
34
+ grid-template-columns: 1fr 1fr 1fr 1fr;
35
+ }
36
+ .vtx-history-control-v2 .player-grid-container._25 {
37
+ grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
38
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
39
+ }
40
+ .vtx-history-control-v2 .player-grid-container._6 {
41
+ grid-template-rows: 1fr 1fr 1fr;
42
+ grid-template-columns: 1fr 1fr 1fr;
43
+ }
44
+ .vtx-history-control-v2 .player-grid-container._6 :nth-child(1) {
45
+ grid-column-start: 1;
46
+ grid-column-end: 3;
47
+ grid-row-start: 1;
48
+ grid-row-end: 3;
49
+ }
50
+ .vtx-history-control-v2 .player-grid-container._8 {
51
+ grid-template-rows: 1fr 1fr 1fr 1fr;
52
+ grid-template-columns: 1fr 1fr 1fr 1fr;
53
+ }
54
+ .vtx-history-control-v2 .player-grid-container._8 :nth-child(1) {
55
+ grid-column-start: 1;
56
+ grid-column-end: 4;
57
+ grid-row-start: 1;
58
+ grid-row-end: 4;
59
+ }
60
+ .vtx-history-control-v2 .player-grid-container._10 {
61
+ grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
62
+ grid-template-columns: 1fr 1fr 1fr;
63
+ }
64
+ .vtx-history-control-v2 .player-grid-container._10 :nth-child(1) {
65
+ grid-column-start: 1;
66
+ grid-column-end: 3;
67
+ grid-row-start: 1;
68
+ grid-row-end: 4;
69
+ }
70
+ .vtx-history-control-v2 .player-grid-container._13 {
71
+ grid-template-rows: 1fr 1fr 1fr 1fr;
72
+ grid-template-columns: 1fr 1fr 1fr 1fr;
73
+ }
74
+ .vtx-history-control-v2 .player-grid-container._13 :nth-child(1) {
75
+ grid-column-start: 1;
76
+ grid-column-end: 3;
77
+ grid-row-start: 1;
78
+ grid-row-end: 3;
79
+ }
80
+ .vtx-history-control-v2 .player-grid-container._14 {
81
+ grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
82
+ grid-template-columns: 1fr 1fr 1fr 1fr;
83
+ }
84
+ .vtx-history-control-v2 .player-grid-container._14 :nth-child(1) {
85
+ grid-column-start: 1;
86
+ grid-column-end: 3;
87
+ grid-row-start: 1;
88
+ grid-row-end: 4;
89
+ }
90
+ .vtx-history-control-v2 .player-grid-container._14 :nth-child(2) {
91
+ grid-column-start: 3;
92
+ grid-column-end: 5;
93
+ }
94
+ .vtx-history-control-v2 .player-grid-container._17 {
95
+ grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
96
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
97
+ }
98
+ .vtx-history-control-v2 .player-grid-container._17 :nth-child(1) {
99
+ grid-column-start: 1;
100
+ grid-column-end: 4;
101
+ grid-row-start: 1;
102
+ grid-row-end: 4;
103
+ }
104
+ .vtx-history-control-v2 .player-grid-container._22 {
105
+ grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
106
+ grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
107
+ }
108
+ .vtx-history-control-v2 .player-grid-container._22 :nth-child(1) {
109
+ grid-column-start: 1;
110
+ grid-column-end: 3;
111
+ grid-row-start: 1;
112
+ grid-row-end: 3;
113
+ }
114
+ .vtx-history-control-v2 .player-grid-container .grid-item-container {
115
+ display: -webkit-box;
116
+ display: -ms-flexbox;
117
+ display: flex;
118
+ -webkit-box-orient: vertical;
119
+ -webkit-box-direction: normal;
120
+ -ms-flex-direction: column;
121
+ flex-direction: column;
122
+ min-width: 0;
123
+ min-height: 0;
124
+ background-color: #2b3d51;
125
+ -webkit-box-align: center;
126
+ -ms-flex-align: center;
127
+ align-items: center;
128
+ }
129
+ .vtx-history-control-v2 .player-grid-container .grid-item-container.emptyImg {
130
+ background-image: url('../images/empty.png');
131
+ background-repeat: no-repeat;
132
+ background-position: center;
133
+ }
134
+ .vtx-history-control-v2 .player-grid-container .grid-item-container.active {
135
+ -webkit-box-shadow: 0 0 0 1px #52c41a;
136
+ box-shadow: 0 0 0 1px #52c41a;
137
+ }
138
+ .vtx-history-control-v2 .player-grid-container .grid-item-container > .content {
139
+ width: 100%;
140
+ height: calc(100% - 26px);
141
+ display: -webkit-box;
142
+ display: -ms-flexbox;
143
+ display: flex;
144
+ -webkit-box-align: center;
145
+ -ms-flex-align: center;
146
+ align-items: center;
147
+ -webkit-box-pack: center;
148
+ -ms-flex-pack: center;
149
+ justify-content: center;
150
+ }
151
+ .vtx-history-control-v2 .bottom-controls {
152
+ display: -webkit-box;
153
+ display: -ms-flexbox;
154
+ display: flex;
155
+ -webkit-box-align: center;
156
+ -ms-flex-align: center;
157
+ align-items: center;
158
+ width: 100%;
159
+ height: 33px;
160
+ padding: 0 12px;
161
+ background-color: #243241;
162
+ }
163
+ .vtx-history-control-v2 .bottom-controls .right {
164
+ margin-left: auto;
165
+ }
166
+ .vtx-history-control-v2 .bottom-controls .right > div {
167
+ height: 24px;
168
+ }
169
+ .vtx-history-control-v2 .bottom-controls .split-line {
170
+ margin-top: 6px;
171
+ width: 1px;
172
+ background-color: rgba(255, 255, 255, 0.1);
173
+ height: 14px;
174
+ }
175
+ .vtx-history-control-v2 .bottom-controls .controls-icon-hover {
176
+ color: rgba(255, 255, 255, 0.65);
177
+ display: -webkit-box;
178
+ display: -ms-flexbox;
179
+ display: flex;
180
+ -webkit-box-align: center;
181
+ -ms-flex-align: center;
182
+ align-items: center;
183
+ padding-top: 2px;
184
+ }
185
+ .vtx-history-control-v2 .bottom-controls .controls-icon-hover .hover-hide {
186
+ display: inline-block;
187
+ vertical-align: 0.1em;
188
+ font-size: 12px;
189
+ }
190
+ .vtx-history-control-v2 .bottom-controls .controls-icon-hover .hover-show {
191
+ display: none;
192
+ vertical-align: 0.1em;
193
+ font-size: 12px;
194
+ }
195
+ .vtx-history-control-v2 .bottom-controls .controls-icon-hover:hover .hover-hide {
196
+ display: none;
197
+ }
198
+ .vtx-history-control-v2 .bottom-controls .controls-icon-hover:hover .hover-show {
199
+ display: inline-block;
200
+ color: #1890ff;
201
+ vertical-align: 0.2em;
202
+ }
203
+ .vtx-history-control-v2 .collapse-controls {
204
+ bottom: 32px;
205
+ width: 100%;
206
+ background-color: #131d27;
207
+ }
208
+ .vtx-history-control-v2 .collapse-controls .action-bar {
209
+ display: -webkit-box;
210
+ display: -ms-flexbox;
211
+ display: flex;
212
+ -webkit-box-pack: center;
213
+ -ms-flex-pack: center;
214
+ justify-content: center;
215
+ cursor: pointer;
216
+ }
217
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels {
218
+ padding: 12px 20px;
219
+ margin: 0 14px 14px;
220
+ background-color: #141414;
221
+ border: 1px solid rgba(255, 255, 255, 0.2);
222
+ border-radius: 2px;
223
+ }
224
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel {
225
+ position: relative;
226
+ }
227
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-line-icon {
228
+ position: absolute;
229
+ top: -10px;
230
+ }
231
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .segments {
232
+ position: relative;
233
+ height: 24px;
234
+ overflow: hidden;
235
+ }
236
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .segments .timeline {
237
+ position: absolute;
238
+ top: 0;
239
+ bottom: 0;
240
+ border: 0;
241
+ width: 1px;
242
+ background: #1890ff;
243
+ z-index: 1;
244
+ }
245
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .segments .segment {
246
+ position: absolute;
247
+ height: 24px;
248
+ background-color: #bae7ff;
249
+ border-left: 1px solid #141414;
250
+ }
251
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis {
252
+ position: relative;
253
+ width: 100%;
254
+ }
255
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis .split-lines {
256
+ height: 30px;
257
+ }
258
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis .split-lines::before {
259
+ position: absolute;
260
+ top: -1px;
261
+ width: 100%;
262
+ height: 1px;
263
+ content: '';
264
+ background-color: rgba(255, 255, 255, 0.65);
265
+ }
266
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis .split-lines .line {
267
+ position: absolute;
268
+ color: white;
269
+ }
270
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis .split-lines .line .number {
271
+ position: absolute;
272
+ color: rgba(255, 255, 255, 0.65);
273
+ -webkit-transform: translate(-50%, 6px);
274
+ -ms-transform: translate(-50%, 6px);
275
+ transform: translate(-50%, 6px);
276
+ }
277
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .time-panel .time-axis .split-lines .line::before {
278
+ position: absolute;
279
+ width: 1px;
280
+ height: 8px;
281
+ content: '';
282
+ background-color: rgba(255, 255, 255, 0.65);
283
+ }
284
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left {
285
+ width: 200px;
286
+ color: #fff;
287
+ }
288
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-title {
289
+ padding: 0 5px;
290
+ height: 39px;
291
+ -webkit-box-pack: start;
292
+ -ms-flex-pack: start;
293
+ justify-content: start;
294
+ -webkit-box-align: center;
295
+ -ms-flex-align: center;
296
+ align-items: center;
297
+ display: -webkit-box;
298
+ display: -ms-flexbox;
299
+ display: flex;
300
+ background-color: #242424;
301
+ }
302
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap {
303
+ height: 100px;
304
+ overflow: auto;
305
+ }
306
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap::-webkit-scrollbar {
307
+ width: 6px;
308
+ height: 6px;
309
+ }
310
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap::-webkit-scrollbar-track {
311
+ background: transparent;
312
+ border-radius: 5px;
313
+ }
314
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap::-webkit-scrollbar-thumb {
315
+ background: rgba(255, 255, 255, 0.45);
316
+ border-radius: 5px;
317
+ }
318
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap::-webkit-scrollbar-corner {
319
+ background-color: transparent;
320
+ }
321
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-wrap::-webkit-scrollbar-thumb:hover {
322
+ background: rgba(255, 255, 255, 0.65);
323
+ }
324
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-content {
325
+ line-height: 37px;
326
+ height: 37px;
327
+ padding: 0 5px;
328
+ cursor: pointer;
329
+ white-space: nowrap;
330
+ overflow: hidden;
331
+ text-overflow: ellipsis;
332
+ }
333
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-content:hover {
334
+ background-color: #102641;
335
+ }
336
+ .vtx-history-control-v2 .collapse-controls .collapse-panel-container .panels .panels-left .panels-left-content-active {
337
+ background: #102641;
338
+ }
339
+ .vtx-history-control-v2 .player-container {
340
+ -webkit-box-flex: 1;
341
+ -ms-flex-positive: 1;
342
+ flex-grow: 1;
343
+ width: 100%;
344
+ height: 0;
345
+ display: -webkit-box;
346
+ display: -ms-flexbox;
347
+ display: flex;
348
+ -webkit-box-pack: center;
349
+ -ms-flex-pack: center;
350
+ justify-content: center;
351
+ -webkit-box-align: center;
352
+ -ms-flex-align: center;
353
+ align-items: center;
354
+ }
355
+ .vtx-history-control-v2 .vtx-spin {
356
+ position: absolute;
357
+ top: 50%;
358
+ left: 50%;
359
+ -webkit-transform: translate(-50%, -50%);
360
+ -ms-transform: translate(-50%, -50%);
361
+ transform: translate(-50%, -50%);
362
+ }
363
+ .history-url-table {
364
+ border-right: 1px solid #383838;
365
+ border-bottom: 1px solid #383838;
366
+ }
367
+ .history-url-table .ant-table {
368
+ background: var(--table-bg);
369
+ }
370
+ .history-url-table .ant-table .ant-table-container::before {
371
+ display: none;
372
+ }
373
+ .history-url-table .ant-table .ant-table-container::after {
374
+ display: none;
375
+ }
376
+ .history-url-table .ant-table .ant-table-container .ant-table-header table {
377
+ border-collapse: collapse;
378
+ }
379
+ .history-url-table .ant-table .ant-table-container .ant-table-header table thead th {
380
+ padding: 8px;
381
+ color: rgba(255, 255, 255, 0.85);
382
+ white-space: no-wrap;
383
+ background-color: rgba(255, 255, 255, 0.07);
384
+ border: 1px solid #383838;
385
+ }
386
+ .history-url-table .ant-table .ant-table-container .ant-table-header table thead th::before {
387
+ display: none;
388
+ }
389
+ .history-url-table .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar {
390
+ width: 10px;
391
+ height: 10px;
392
+ }
393
+ .history-url-table .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-track {
394
+ background: transparent;
395
+ border-radius: 5px;
396
+ }
397
+ .history-url-table .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb {
398
+ background: rgba(255, 255, 255, 0.45);
399
+ border-radius: 5px;
400
+ }
401
+ .history-url-table .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-corner {
402
+ background-color: transparent;
403
+ }
404
+ .history-url-table .ant-table .ant-table-container .ant-table-body::-webkit-scrollbar-thumb:hover {
405
+ background: rgba(255, 255, 255, 0.65);
406
+ }
407
+ .history-url-table .ant-table .ant-table-container .ant-table-body table {
408
+ border-collapse: collapse;
409
+ }
410
+ .history-url-table .ant-table .ant-table-container .ant-table-body table tbody tr td {
411
+ padding: 6px 8px;
412
+ font-size: 14px;
413
+ color: rgba(255, 255, 255, 0.65);
414
+ white-space: nowrap;
415
+ background-color: transparent;
416
+ border: 1px solid #383838;
417
+ }
418
+ .history-url-table .ant-table .ant-table-container .ant-table-body table tbody tr.active td {
419
+ background-color: #102641;
420
+ }
421
+ .history-url-table .ant-table .ant-table-container .ant-table-body table .play-btn {
422
+ height: -webkit-fit-content;
423
+ height: -moz-fit-content;
424
+ height: fit-content;
425
+ padding: 0 8px;
426
+ font-size: 14px;
427
+ color: rgba(255, 255, 255, 0.65);
428
+ background: rgba(255, 255, 255, 0.078);
429
+ border: 1px solidrgba(255, 255, 255, 0.2);
430
+ border-radius: 2px;
431
+ }
432
+ .history-url-table .ant-table .ant-table-container .ant-table-body table .play-btn.active {
433
+ color: #177ddc;
434
+ border-color: #177ddc;
435
+ }
@@ -0,0 +1,11 @@
1
+ import "antd/lib/button/style";
2
+ import "antd/lib/space/style";
3
+ import "antd/lib/table/style";
4
+ import "antd/lib/tooltip/style";
5
+ import '../../controls/style';
6
+ import '../../history-player/style';
7
+ import '../../components/split-screen/style';
8
+ import '../../components/video-scale/style';
9
+ import '../../components/tag-video/style';
10
+ import '../../components/set-tag-video/style';
11
+ import './index.less';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ require("antd/lib/button/style");
4
+
5
+ require("antd/lib/space/style");
6
+
7
+ require("antd/lib/table/style");
8
+
9
+ require("antd/lib/tooltip/style");
10
+
11
+ require("../../controls/style");
12
+
13
+ require("../../history-player/style");
14
+
15
+ require("../../components/split-screen/style");
16
+
17
+ require("../../components/video-scale/style");
18
+
19
+ require("../../components/tag-video/style");
20
+
21
+ require("../../components/set-tag-video/style");
22
+
23
+ require("./index.less");
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["history-control-v2/style/index.js"],"sourcesContent":["import \"antd/lib/button/style\";\nimport \"antd/lib/space/style\";\nimport \"antd/lib/table/style\";\nimport \"antd/lib/tooltip/style\";\nimport '../../controls/style';\nimport '../../history-player/style';\nimport '../../components/split-screen/style';\nimport '../../components/video-scale/style';\nimport '../../components/tag-video/style';\nimport '../../components/set-tag-video/style';\nimport './index.less';\n"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}