@flexem/fc-designer 3.0.1-alpha.25 → 3.0.1-alpha.26

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
@@ -499,4 +499,10 @@
499
499
  ## 3.0.1-alpha.25(2023-07-18)
500
500
  ### Web端
501
501
  #### Features
502
- 1. FLEXCLOUD-2710 【氚云20230621000600】组态历史曲线表:历史曲线增加点位标记,便于直观看到曲线采样点的变化
502
+ 1. FLEXCLOUD-2710 【氚云20230621000600】组态历史曲线表:历史曲线增加点位标记,便于直观看到曲线采样点的变化
503
+
504
+ ## 3.0.1-alpha.26(2023-07-18)
505
+ ### Web端
506
+ #### Features
507
+ 1. FLEXCLOUD-2710 【氚云20230621000600】组态历史曲线表:历史曲线增加点位标记,便于直观看到曲线采样点的变化
508
+ - 修改历史曲线表通道表格的宽度
@@ -4437,7 +4437,7 @@ textarea {
4437
4437
  z-index: 101;
4438
4438
  }
4439
4439
  .history-curve-setting-modal .modal-content {
4440
- width: 720px;
4440
+ width: 750px;
4441
4441
  }
4442
4442
  .modal-dialog.configure-pop-view-modal .modal-content {
4443
4443
  width: 630px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-designer.umd.js",
3
- "version": "3.0.1-alpha.25",
3
+ "version": "3.0.1-alpha.26",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",
@@ -45,7 +45,7 @@
45
45
  z-index: 101;
46
46
 
47
47
  .modal-content {
48
- width: 720px;
48
+ width: 750px;
49
49
  }
50
50
  }
51
51