ucservice 1.7.3 → 1.7.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ucservice",
3
3
  "private": false,
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
@@ -270,7 +270,7 @@
270
270
  background-color: rgba(0,0,0,0);
271
271
  }
272
272
  .rotate-btn.bggray, .scale-btn.bggray{
273
- filter: grayscale(100%);
273
+ filter: contrast(0.5);
274
274
  }
275
275
  .scale-btn {
276
276
  position: absolute;
@@ -1569,6 +1569,11 @@
1569
1569
  }
1570
1570
 
1571
1571
  this.VIDEO_DATA[index].close();
1572
+ let video = $(me.selector + ' li ')[index].find('video')
1573
+ if(video.hasClass('scale-scene')) {
1574
+ video.removeClass('scale-scene');
1575
+ video.parent().find('.scale-btn').addClass('bggray')
1576
+ }
1572
1577
 
1573
1578
  if (!isSave) {
1574
1579
  this.VIDEO_DATA[index].closeType = 'close';