@ray-js/ipc-player-integration 0.0.1-beta-40 → 0.0.1-beta-41

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 (2) hide show
  1. package/lib/ui/ui.less +3 -0
  2. package/package.json +1 -1
package/lib/ui/ui.less CHANGED
@@ -224,6 +224,9 @@
224
224
  // 右下角子元素容器
225
225
  .bottom-right-item-container {
226
226
  padding: 0 8px;
227
+ display: flex;
228
+ justify-content: center;
229
+ align-items: center;
227
230
  }
228
231
 
229
232
  .bottom-right-item-container:first-of-type {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.1-beta-40",
3
+ "version": "0.0.1-beta-41",
4
4
  "description": "IPC 播放器功能集成",
5
5
  "main": "lib/index",
6
6
  "files": [