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