@flexem/fc-gui 3.0.0-alpha.74 → 3.0.0-alpha.75

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/CHANGELOG.md CHANGED
@@ -323,5 +323,10 @@
323
323
 
324
324
  ## 3.0.0-alpha.74(2023-03-17)
325
325
  ### Web端
326
+ #### Bug Fix
327
+ 1. FLEXCLOUD-2535 【app】分页器与表格分离
328
+
329
+ ## 3.0.0-alpha.75(2023-03-27)
330
+ ### Web端
326
331
  #### Bug Fix
327
332
  1. FLEXCLOUD-2535 【app】分页器与表格分离
@@ -39505,6 +39505,7 @@ class video_element_VideoElement extends conditional_display_element_Conditional
39505
39505
  .attr('src', videoUrl)
39506
39506
  .style('width', '100%')
39507
39507
  .style('height', '100%')
39508
+ .style('object-fit', 'fill')
39508
39509
  .attr('playsInline', true)
39509
39510
  .attr('webkit-playsinline', true);
39510
39511
  if (this.isMobileMode) {