@vtx/player 1.8.5 → 1.8.7
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 +69 -67
- package/lib/api/fetch.js.map +1 -1
- package/lib/api/index.js +47 -34
- package/lib/api/index.js.map +1 -1
- package/lib/api/types.d.ts +8 -6
- package/lib/api/types.js +1 -0
- package/lib/api/types.js.map +1 -1
- package/lib/bd/PlayerManager.js +7 -8
- package/lib/bd/PlayerManager.js.map +1 -1
- package/lib/bill-player/index.d.ts +1 -1
- package/lib/bill-player/index.js +15 -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 +8 -7
- 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 +5 -3
- package/lib/components/split-screen/index.js.map +1 -1
- package/lib/components/tag-video/index.js +11 -10
- 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 +3 -2
- package/lib/components/video-scale/index.js.map +1 -1
- package/lib/config.js +2 -1
- package/lib/config.js.map +1 -1
- package/lib/context/index.js +5 -3
- package/lib/context/index.js.map +1 -1
- package/lib/controls/index.d.ts +11 -11
- package/lib/controls/index.js +22 -14
- package/lib/controls/index.js.map +1 -1
- package/lib/controls/style/index.less +192 -192
- package/lib/h264/PlayerManager.js +7 -8
- package/lib/h264/PlayerManager.js.map +1 -1
- package/lib/history-control/index.d.ts +2 -2
- package/lib/history-control/index.js +10 -8
- 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 +11 -10
- 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 +54 -51
- package/lib/history-control-v2/components/panel/VideoTable.js.map +1 -1
- package/lib/history-control-v2/components/panel/index.js +10 -8
- package/lib/history-control-v2/components/panel/index.js.map +1 -1
- package/lib/history-control-v2/context.js +2 -1
- 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 +75 -71
- 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 +18 -12
- 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 +110 -107
- package/lib/history-player/index.js.map +1 -1
- package/lib/history-player/style/index.less +102 -102
- package/lib/hooks/useSettings.js +2 -1
- package/lib/hooks/useSettings.js.map +1 -1
- package/lib/icc/PlayerManager.js +8 -9
- package/lib/icc/PlayerManager.js.map +1 -1
- package/lib/icc/api.d.ts +68 -0
- package/lib/icc/api.js +3 -2
- package/lib/icc/api.js.map +1 -1
- package/lib/icons/index.d.ts +36 -36
- package/lib/icons/index.js +73 -37
- 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 +32 -29
- 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 +13 -12
- 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 +25 -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.d.ts +2 -0
- package/lib/live-player/index.js +70 -64
- package/lib/live-player/index.js.map +1 -1
- package/lib/live-player/style/index.less +75 -75
- package/lib/mpegts/PlayerManager.js +7 -8
- package/lib/mpegts/PlayerManager.js.map +1 -1
- package/lib/player/index.d.ts +1 -1
- package/lib/player/index.js +53 -57
- package/lib/player/index.js.map +1 -1
- package/lib/rsl/PlayerManager.d.ts +1 -1
- package/lib/rsl/PlayerManager.js +7 -8
- 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/wsplayer.d.ts +99 -99
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/index.js +23 -14
- package/lib/utils/index.js.map +1 -1
- package/lib/vite-env.d.ts +1 -1
- package/lib/vtxHls/PlayerManager.js +7 -8
- package/lib/vtxHls/PlayerManager.js.map +1 -1
- package/lib/vtxHls/WhepManager.js +10 -11
- package/lib/vtxHls/WhepManager.js.map +1 -1
- package/lib/webrtc/PlayerManager.js +7 -8
- package/lib/webrtc/PlayerManager.js.map +1 -1
- package/package.json +125 -125
|
@@ -1,320 +1,320 @@
|
|
|
1
|
-
.vtx-bill-player {
|
|
2
|
-
.bill-tabs {
|
|
3
|
-
height: 100%;
|
|
4
|
-
|
|
5
|
-
.ant-tabs-content-holder {
|
|
6
|
-
height: 100%;
|
|
7
|
-
|
|
8
|
-
.ant-tabs-content {
|
|
9
|
-
height: 100%;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
.ant-tabs-tabpane {
|
|
13
|
-
height: 100%;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.ridio-list {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
.radio-head {
|
|
22
|
-
width: 100%;
|
|
23
|
-
padding: 12px;
|
|
24
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
25
|
-
margin-bottom: 12px;
|
|
26
|
-
.ant-radio-button-wrapper {
|
|
27
|
-
background-color: rgba(20, 64, 99, 0.4);
|
|
28
|
-
font-size: 14px;
|
|
29
|
-
color: #fff;
|
|
30
|
-
}
|
|
31
|
-
.ant-radio-button-checked {
|
|
32
|
-
border: 1px solid #fff;
|
|
33
|
-
background-image: linear-gradient(to bottom, #2661ea, #0faffb);
|
|
34
|
-
}
|
|
35
|
-
.ant-radio-button-wrapper-checked {
|
|
36
|
-
span {
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
color: #fff;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.ridio-body {
|
|
43
|
-
width: 100%;
|
|
44
|
-
height: calc(100% - 60px);
|
|
45
|
-
padding: 12px;
|
|
46
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
47
|
-
flex: 1;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.player-panel {
|
|
52
|
-
display: flex;
|
|
53
|
-
height: 100%;
|
|
54
|
-
background: transparent;
|
|
55
|
-
|
|
56
|
-
> .player-container {
|
|
57
|
-
flex-grow: 1;
|
|
58
|
-
width: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.control-container {
|
|
62
|
-
width: 376px;
|
|
63
|
-
height: 100%;
|
|
64
|
-
margin: 0 8px;
|
|
65
|
-
border: 1px solid #e8e8e8;
|
|
66
|
-
border-radius: 2px;
|
|
67
|
-
|
|
68
|
-
.header {
|
|
69
|
-
padding: 12px 24px;
|
|
70
|
-
font-weight: bold;
|
|
71
|
-
border-bottom: 1px solid #e8e8e8;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.list {
|
|
75
|
-
display: flex;
|
|
76
|
-
flex-direction: column;
|
|
77
|
-
padding: 12px 24px;
|
|
78
|
-
height: calc(100% - 50px);
|
|
79
|
-
overflow: auto;
|
|
80
|
-
|
|
81
|
-
.ant-checkbox-wrapper {
|
|
82
|
-
margin-bottom: 12px;
|
|
83
|
-
margin-left: 0;
|
|
84
|
-
span {
|
|
85
|
-
color: #fff;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.form {
|
|
91
|
-
padding: 12px 24px;
|
|
92
|
-
|
|
93
|
-
.time-radio-group {
|
|
94
|
-
.ant-radio-wrapper {
|
|
95
|
-
margin-right: 4px;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/* 修改主题颜色修改添加以下变量颜色即可 */
|
|
104
|
-
.bill-theme[data-theme='blue'] {
|
|
105
|
-
--backgroundContainer: rgba(3, 177, 252, 0.1); // 主色块的背景颜色
|
|
106
|
-
--backgroundTable: #02355b; // 历史视频table背景颜色
|
|
107
|
-
--color: #0d517c; // 文字主要颜色
|
|
108
|
-
--borderColor: #03b1fc; // 边框主要颜色
|
|
109
|
-
--buttonBackground: linear-gradient(0deg, #2a55e9 0%, #0dbafe 100%); // 按钮背景颜色
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.bill-theme {
|
|
113
|
-
.theme-body {
|
|
114
|
-
font-size: #fff;
|
|
115
|
-
height: 100%;
|
|
116
|
-
background: var(--backgroundTable);
|
|
117
|
-
}
|
|
118
|
-
.bludColor {
|
|
119
|
-
background: var(--buttonBackground) !important;
|
|
120
|
-
-webkit-background-clip: text !important;
|
|
121
|
-
// color: transparent !important;
|
|
122
|
-
}
|
|
123
|
-
.control-container {
|
|
124
|
-
background: var(--backgroundContainer) !important;
|
|
125
|
-
border-radius: 2px 2px 2px 2px;
|
|
126
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
127
|
-
|
|
128
|
-
.header {
|
|
129
|
-
color: #fff;
|
|
130
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.list {
|
|
134
|
-
.ant-checkbox-wrapper {
|
|
135
|
-
color: var(--color);
|
|
136
|
-
}
|
|
137
|
-
.ant-checkbox-checked .ant-checkbox-inner {
|
|
138
|
-
background-color: var(--color);
|
|
139
|
-
border-color: var(--color);
|
|
140
|
-
}
|
|
141
|
-
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
142
|
-
border-color: #000;
|
|
143
|
-
}
|
|
144
|
-
.ant-checkbox-inner::after {
|
|
145
|
-
border-color: var(--borderColor) !important;
|
|
146
|
-
}
|
|
147
|
-
.ant-checkbox-wrapper-checked {
|
|
148
|
-
span {
|
|
149
|
-
.bludColor();
|
|
150
|
-
}
|
|
151
|
-
.ant-checkbox-inner {
|
|
152
|
-
border: 1px solid var(--borderColor) !important;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
&::-webkit-scrollbar {
|
|
156
|
-
width: 10px;
|
|
157
|
-
height: 10px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
&::-webkit-scrollbar-track {
|
|
161
|
-
background: transparent;
|
|
162
|
-
border-radius: 5px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&::-webkit-scrollbar-thumb {
|
|
166
|
-
background: rgba(255, 255, 255, 0.45);
|
|
167
|
-
border-radius: 5px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&::-webkit-scrollbar-corner {
|
|
171
|
-
background-color: transparent;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
&::-webkit-scrollbar-thumb:hover {
|
|
175
|
-
background: rgba(255, 255, 255, 0.65);
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.form {
|
|
180
|
-
.ant-form-item-label > label {
|
|
181
|
-
color: rgba(255, 255, 255, 0.65);
|
|
182
|
-
}
|
|
183
|
-
.time-radio-group {
|
|
184
|
-
.ant-radio-wrapper {
|
|
185
|
-
color: rgba(255, 255, 255, 0.65);
|
|
186
|
-
}
|
|
187
|
-
.ant-radio-checked .ant-radio-inner {
|
|
188
|
-
border-color: var(--color);
|
|
189
|
-
}
|
|
190
|
-
.ant-radio-inner::after {
|
|
191
|
-
background: var(--color);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
.ant-picker {
|
|
195
|
-
background: transparent;
|
|
196
|
-
}
|
|
197
|
-
.ant-picker-input > input {
|
|
198
|
-
color: rgba(255, 255, 255, 0.65);
|
|
199
|
-
}
|
|
200
|
-
.ant-picker-suffix {
|
|
201
|
-
color: rgba(255, 255, 255, 0.65);
|
|
202
|
-
}
|
|
203
|
-
.ant-picker:hover,
|
|
204
|
-
.ant-picker-focused {
|
|
205
|
-
border-color: var(--color);
|
|
206
|
-
}
|
|
207
|
-
.ant-select-selector {
|
|
208
|
-
background-color: transparent;
|
|
209
|
-
color: rgba(255, 255, 255, 0.65);
|
|
210
|
-
}
|
|
211
|
-
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
212
|
-
border-color: var(--color);
|
|
213
|
-
}
|
|
214
|
-
.ant-btn-primary {
|
|
215
|
-
color: rgba(0, 0, 0, 0.65);
|
|
216
|
-
border-color: var(--color);
|
|
217
|
-
background: var(--color);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
.submit-button {
|
|
222
|
-
background: var(--buttonBackground) !important;
|
|
223
|
-
border-radius: 4px;
|
|
224
|
-
border: none;
|
|
225
|
-
color: #fff !important;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
.vtx-bill-player .player-panel .control-container .list .ant-checkbox-wrapper span {
|
|
229
|
-
color: #000;
|
|
230
|
-
}
|
|
231
|
-
.bill-dark {
|
|
232
|
-
.ant-tabs-tab-btn {
|
|
233
|
-
color: rgba(255, 255, 255, 0.65);
|
|
234
|
-
}
|
|
235
|
-
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
236
|
-
color: #95fff9;
|
|
237
|
-
}
|
|
238
|
-
.ant-tabs-ink-bar {
|
|
239
|
-
background: #95fff9;
|
|
240
|
-
}
|
|
241
|
-
.player-panel .control-container .list .ant-checkbox-wrapper span {
|
|
242
|
-
color: #fff;
|
|
243
|
-
}
|
|
244
|
-
.control-container {
|
|
245
|
-
background: rgba(0, 59, 64, 0.3);
|
|
246
|
-
border-radius: 2px 2px 2px 2px;
|
|
247
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
248
|
-
|
|
249
|
-
.header {
|
|
250
|
-
color: #fff;
|
|
251
|
-
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.list {
|
|
255
|
-
.ant-checkbox-wrapper {
|
|
256
|
-
color: #95fff9;
|
|
257
|
-
}
|
|
258
|
-
.ant-checkbox-checked .ant-checkbox-inner {
|
|
259
|
-
background-color: #95fff9;
|
|
260
|
-
border-color: #95fff9;
|
|
261
|
-
}
|
|
262
|
-
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
263
|
-
border-color: #000;
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.form {
|
|
268
|
-
.ant-form-item-label > label {
|
|
269
|
-
color: rgba(255, 255, 255, 0.65);
|
|
270
|
-
}
|
|
271
|
-
.time-radio-group {
|
|
272
|
-
.ant-radio-wrapper {
|
|
273
|
-
color: rgba(255, 255, 255, 0.65);
|
|
274
|
-
}
|
|
275
|
-
.ant-radio-checked .ant-radio-inner {
|
|
276
|
-
border-color: #95fff9;
|
|
277
|
-
}
|
|
278
|
-
.ant-radio-inner::after {
|
|
279
|
-
background: #95fff9;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
.ant-picker {
|
|
283
|
-
background: transparent;
|
|
284
|
-
}
|
|
285
|
-
.ant-picker-input > input {
|
|
286
|
-
color: rgba(255, 255, 255, 0.65);
|
|
287
|
-
}
|
|
288
|
-
.ant-picker-suffix {
|
|
289
|
-
color: rgba(255, 255, 255, 0.65);
|
|
290
|
-
}
|
|
291
|
-
.ant-picker:hover,
|
|
292
|
-
.ant-picker-focused {
|
|
293
|
-
border-color: #95fff9;
|
|
294
|
-
}
|
|
295
|
-
.ant-select-selector {
|
|
296
|
-
background-color: transparent;
|
|
297
|
-
color: rgba(255, 255, 255, 0.65);
|
|
298
|
-
}
|
|
299
|
-
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
300
|
-
border-color: #95fff9;
|
|
301
|
-
}
|
|
302
|
-
.ant-btn-primary {
|
|
303
|
-
color: rgba(0, 0, 0, 0.65);
|
|
304
|
-
border-color: #95fff9;
|
|
305
|
-
background: #95fff9;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
// 日历面板
|
|
309
|
-
.date-dark {
|
|
310
|
-
:global {
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
// 下拉
|
|
314
|
-
.select-dark {
|
|
315
|
-
:global {
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
}
|
|
1
|
+
.vtx-bill-player {
|
|
2
|
+
.bill-tabs {
|
|
3
|
+
height: 100%;
|
|
4
|
+
|
|
5
|
+
.ant-tabs-content-holder {
|
|
6
|
+
height: 100%;
|
|
7
|
+
|
|
8
|
+
.ant-tabs-content {
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
.ant-tabs-tabpane {
|
|
13
|
+
height: 100%;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.ridio-list {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
.radio-head {
|
|
22
|
+
width: 100%;
|
|
23
|
+
padding: 12px;
|
|
24
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
25
|
+
margin-bottom: 12px;
|
|
26
|
+
.ant-radio-button-wrapper {
|
|
27
|
+
background-color: rgba(20, 64, 99, 0.4);
|
|
28
|
+
font-size: 14px;
|
|
29
|
+
color: #fff;
|
|
30
|
+
}
|
|
31
|
+
.ant-radio-button-checked {
|
|
32
|
+
border: 1px solid #fff;
|
|
33
|
+
background-image: linear-gradient(to bottom, #2661ea, #0faffb);
|
|
34
|
+
}
|
|
35
|
+
.ant-radio-button-wrapper-checked {
|
|
36
|
+
span {
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
color: #fff;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.ridio-body {
|
|
43
|
+
width: 100%;
|
|
44
|
+
height: calc(100% - 60px);
|
|
45
|
+
padding: 12px;
|
|
46
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
47
|
+
flex: 1;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.player-panel {
|
|
52
|
+
display: flex;
|
|
53
|
+
height: 100%;
|
|
54
|
+
background: transparent;
|
|
55
|
+
|
|
56
|
+
> .player-container {
|
|
57
|
+
flex-grow: 1;
|
|
58
|
+
width: 0;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.control-container {
|
|
62
|
+
width: 376px;
|
|
63
|
+
height: 100%;
|
|
64
|
+
margin: 0 8px;
|
|
65
|
+
border: 1px solid #e8e8e8;
|
|
66
|
+
border-radius: 2px;
|
|
67
|
+
|
|
68
|
+
.header {
|
|
69
|
+
padding: 12px 24px;
|
|
70
|
+
font-weight: bold;
|
|
71
|
+
border-bottom: 1px solid #e8e8e8;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.list {
|
|
75
|
+
display: flex;
|
|
76
|
+
flex-direction: column;
|
|
77
|
+
padding: 12px 24px;
|
|
78
|
+
height: calc(100% - 50px);
|
|
79
|
+
overflow: auto;
|
|
80
|
+
|
|
81
|
+
.ant-checkbox-wrapper {
|
|
82
|
+
margin-bottom: 12px;
|
|
83
|
+
margin-left: 0;
|
|
84
|
+
span {
|
|
85
|
+
color: #fff;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.form {
|
|
91
|
+
padding: 12px 24px;
|
|
92
|
+
|
|
93
|
+
.time-radio-group {
|
|
94
|
+
.ant-radio-wrapper {
|
|
95
|
+
margin-right: 4px;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* 修改主题颜色修改添加以下变量颜色即可 */
|
|
104
|
+
.bill-theme[data-theme='blue'] {
|
|
105
|
+
--backgroundContainer: rgba(3, 177, 252, 0.1); // 主色块的背景颜色
|
|
106
|
+
--backgroundTable: #02355b; // 历史视频table背景颜色
|
|
107
|
+
--color: #0d517c; // 文字主要颜色
|
|
108
|
+
--borderColor: #03b1fc; // 边框主要颜色
|
|
109
|
+
--buttonBackground: linear-gradient(0deg, #2a55e9 0%, #0dbafe 100%); // 按钮背景颜色
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.bill-theme {
|
|
113
|
+
.theme-body {
|
|
114
|
+
font-size: #fff;
|
|
115
|
+
height: 100%;
|
|
116
|
+
background: var(--backgroundTable);
|
|
117
|
+
}
|
|
118
|
+
.bludColor {
|
|
119
|
+
background: var(--buttonBackground) !important;
|
|
120
|
+
-webkit-background-clip: text !important;
|
|
121
|
+
// color: transparent !important;
|
|
122
|
+
}
|
|
123
|
+
.control-container {
|
|
124
|
+
background: var(--backgroundContainer) !important;
|
|
125
|
+
border-radius: 2px 2px 2px 2px;
|
|
126
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
127
|
+
|
|
128
|
+
.header {
|
|
129
|
+
color: #fff;
|
|
130
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.list {
|
|
134
|
+
.ant-checkbox-wrapper {
|
|
135
|
+
color: var(--color);
|
|
136
|
+
}
|
|
137
|
+
.ant-checkbox-checked .ant-checkbox-inner {
|
|
138
|
+
background-color: var(--color);
|
|
139
|
+
border-color: var(--color);
|
|
140
|
+
}
|
|
141
|
+
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
142
|
+
border-color: #000;
|
|
143
|
+
}
|
|
144
|
+
.ant-checkbox-inner::after {
|
|
145
|
+
border-color: var(--borderColor) !important;
|
|
146
|
+
}
|
|
147
|
+
.ant-checkbox-wrapper-checked {
|
|
148
|
+
span {
|
|
149
|
+
.bludColor();
|
|
150
|
+
}
|
|
151
|
+
.ant-checkbox-inner {
|
|
152
|
+
border: 1px solid var(--borderColor) !important;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
&::-webkit-scrollbar {
|
|
156
|
+
width: 10px;
|
|
157
|
+
height: 10px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&::-webkit-scrollbar-track {
|
|
161
|
+
background: transparent;
|
|
162
|
+
border-radius: 5px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
&::-webkit-scrollbar-thumb {
|
|
166
|
+
background: rgba(255, 255, 255, 0.45);
|
|
167
|
+
border-radius: 5px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
&::-webkit-scrollbar-corner {
|
|
171
|
+
background-color: transparent;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&::-webkit-scrollbar-thumb:hover {
|
|
175
|
+
background: rgba(255, 255, 255, 0.65);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.form {
|
|
180
|
+
.ant-form-item-label > label {
|
|
181
|
+
color: rgba(255, 255, 255, 0.65);
|
|
182
|
+
}
|
|
183
|
+
.time-radio-group {
|
|
184
|
+
.ant-radio-wrapper {
|
|
185
|
+
color: rgba(255, 255, 255, 0.65);
|
|
186
|
+
}
|
|
187
|
+
.ant-radio-checked .ant-radio-inner {
|
|
188
|
+
border-color: var(--color);
|
|
189
|
+
}
|
|
190
|
+
.ant-radio-inner::after {
|
|
191
|
+
background: var(--color);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
.ant-picker {
|
|
195
|
+
background: transparent;
|
|
196
|
+
}
|
|
197
|
+
.ant-picker-input > input {
|
|
198
|
+
color: rgba(255, 255, 255, 0.65);
|
|
199
|
+
}
|
|
200
|
+
.ant-picker-suffix {
|
|
201
|
+
color: rgba(255, 255, 255, 0.65);
|
|
202
|
+
}
|
|
203
|
+
.ant-picker:hover,
|
|
204
|
+
.ant-picker-focused {
|
|
205
|
+
border-color: var(--color);
|
|
206
|
+
}
|
|
207
|
+
.ant-select-selector {
|
|
208
|
+
background-color: transparent;
|
|
209
|
+
color: rgba(255, 255, 255, 0.65);
|
|
210
|
+
}
|
|
211
|
+
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
212
|
+
border-color: var(--color);
|
|
213
|
+
}
|
|
214
|
+
.ant-btn-primary {
|
|
215
|
+
color: rgba(0, 0, 0, 0.65);
|
|
216
|
+
border-color: var(--color);
|
|
217
|
+
background: var(--color);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
.submit-button {
|
|
222
|
+
background: var(--buttonBackground) !important;
|
|
223
|
+
border-radius: 4px;
|
|
224
|
+
border: none;
|
|
225
|
+
color: #fff !important;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
.vtx-bill-player .player-panel .control-container .list .ant-checkbox-wrapper span {
|
|
229
|
+
color: #000;
|
|
230
|
+
}
|
|
231
|
+
.bill-dark {
|
|
232
|
+
.ant-tabs-tab-btn {
|
|
233
|
+
color: rgba(255, 255, 255, 0.65);
|
|
234
|
+
}
|
|
235
|
+
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
236
|
+
color: #95fff9;
|
|
237
|
+
}
|
|
238
|
+
.ant-tabs-ink-bar {
|
|
239
|
+
background: #95fff9;
|
|
240
|
+
}
|
|
241
|
+
.player-panel .control-container .list .ant-checkbox-wrapper span {
|
|
242
|
+
color: #fff;
|
|
243
|
+
}
|
|
244
|
+
.control-container {
|
|
245
|
+
background: rgba(0, 59, 64, 0.3);
|
|
246
|
+
border-radius: 2px 2px 2px 2px;
|
|
247
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
248
|
+
|
|
249
|
+
.header {
|
|
250
|
+
color: #fff;
|
|
251
|
+
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.list {
|
|
255
|
+
.ant-checkbox-wrapper {
|
|
256
|
+
color: #95fff9;
|
|
257
|
+
}
|
|
258
|
+
.ant-checkbox-checked .ant-checkbox-inner {
|
|
259
|
+
background-color: #95fff9;
|
|
260
|
+
border-color: #95fff9;
|
|
261
|
+
}
|
|
262
|
+
.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
263
|
+
border-color: #000;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.form {
|
|
268
|
+
.ant-form-item-label > label {
|
|
269
|
+
color: rgba(255, 255, 255, 0.65);
|
|
270
|
+
}
|
|
271
|
+
.time-radio-group {
|
|
272
|
+
.ant-radio-wrapper {
|
|
273
|
+
color: rgba(255, 255, 255, 0.65);
|
|
274
|
+
}
|
|
275
|
+
.ant-radio-checked .ant-radio-inner {
|
|
276
|
+
border-color: #95fff9;
|
|
277
|
+
}
|
|
278
|
+
.ant-radio-inner::after {
|
|
279
|
+
background: #95fff9;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
.ant-picker {
|
|
283
|
+
background: transparent;
|
|
284
|
+
}
|
|
285
|
+
.ant-picker-input > input {
|
|
286
|
+
color: rgba(255, 255, 255, 0.65);
|
|
287
|
+
}
|
|
288
|
+
.ant-picker-suffix {
|
|
289
|
+
color: rgba(255, 255, 255, 0.65);
|
|
290
|
+
}
|
|
291
|
+
.ant-picker:hover,
|
|
292
|
+
.ant-picker-focused {
|
|
293
|
+
border-color: #95fff9;
|
|
294
|
+
}
|
|
295
|
+
.ant-select-selector {
|
|
296
|
+
background-color: transparent;
|
|
297
|
+
color: rgba(255, 255, 255, 0.65);
|
|
298
|
+
}
|
|
299
|
+
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
300
|
+
border-color: #95fff9;
|
|
301
|
+
}
|
|
302
|
+
.ant-btn-primary {
|
|
303
|
+
color: rgba(0, 0, 0, 0.65);
|
|
304
|
+
border-color: #95fff9;
|
|
305
|
+
background: #95fff9;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// 日历面板
|
|
309
|
+
.date-dark {
|
|
310
|
+
:global {
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
// 下拉
|
|
314
|
+
.select-dark {
|
|
315
|
+
:global {
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
@@ -15,13 +15,13 @@ var _message = _interopRequireDefault(require("antd/lib/message"));
|
|
|
15
15
|
var _moment = _interopRequireDefault(require("moment"));
|
|
16
16
|
var _api = require("../../api");
|
|
17
17
|
var _icons = require("../../icons");
|
|
18
|
-
function _interopRequireDefault(
|
|
19
|
-
function _slicedToArray(
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
20
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
-
function _unsupportedIterableToArray(
|
|
22
|
-
function _arrayLikeToArray(
|
|
23
|
-
function _iterableToArrayLimit(
|
|
24
|
-
function _arrayWithHoles(
|
|
21
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
22
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
23
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
24
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
25
25
|
var SetTagVideo = function SetTagVideo(props) {
|
|
26
26
|
var tagSetShow = props.tagSetShow,
|
|
27
27
|
setTagSetShow = props.setTagSetShow,
|
|
@@ -163,5 +163,6 @@ var SetTagVideo = function SetTagVideo(props) {
|
|
|
163
163
|
}));
|
|
164
164
|
};
|
|
165
165
|
SetTagVideo.displayName = 'SetTagVideo';
|
|
166
|
-
var _default =
|
|
166
|
+
var _default = SetTagVideo;
|
|
167
|
+
exports["default"] = _default;
|
|
167
168
|
//# sourceMappingURL=index.js.map
|