@ray-js/ray-ipc-player 2.0.20-beta-5 → 2.0.20-beta-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/lib/index.js +1 -1
- package/lib/index.module.less +3 -3
- package/package.json +1 -1
- package/lib/types/index.d.ts +0 -7
package/lib/index.js
CHANGED
|
@@ -402,7 +402,7 @@ const Player = props => {
|
|
|
402
402
|
} else {
|
|
403
403
|
ipcTTTOperatorLog('VID: onVideoTap_event_trigger_not_send');
|
|
404
404
|
}
|
|
405
|
-
}, [playState.loadingState, playState.errorState, onlineStatus, privateState]);
|
|
405
|
+
}, [onPlayerTap, playState.loadingState, playState.errorState, onlineStatus, privateState]);
|
|
406
406
|
|
|
407
407
|
/**
|
|
408
408
|
* 退出横屏
|
package/lib/index.module.less
CHANGED
|
@@ -173,13 +173,13 @@
|
|
|
173
173
|
.errTextContainer {
|
|
174
174
|
.errContent {
|
|
175
175
|
color: #ffffff;
|
|
176
|
-
font-size:
|
|
176
|
+
font-size: 12px;
|
|
177
177
|
font-weight: 400;
|
|
178
178
|
}
|
|
179
179
|
.errDesc {
|
|
180
|
-
margin-top:
|
|
180
|
+
margin-top: 5px;
|
|
181
181
|
color: rgba(255,255,255,0.7);
|
|
182
|
-
font-size:
|
|
182
|
+
font-size: 12px;
|
|
183
183
|
font-weight: 400;
|
|
184
184
|
}
|
|
185
185
|
}
|
package/package.json
CHANGED