@zgfe/modules-interval 1.0.0-interval.20 → 1.0.0-interval.21

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.
@@ -18,7 +18,7 @@ import { EventContext } from "../../types";
18
18
  import { getInitDate } from "../../constants/initData";
19
19
  import EventContent from "../content";
20
20
  import { chartTypes } from "../../constants";
21
- var classPrefix = 'interval-container';
21
+ var classPrefix = 'interval-module-container';
22
22
  var ModuleInterval = function ModuleInterval(props) {
23
23
  // 属性
24
24
  var _useContext = useContext(BizGlobalDataContext),
@@ -3,10 +3,10 @@
3
3
  padding: 0;
4
4
  }
5
5
 
6
- .interval-container {
6
+ .interval-module-container {
7
7
  width: 100%;
8
8
  min-width: 1000px;
9
- height: auto;
9
+ height: 100%;
10
10
  background: #fafafb;
11
11
  .interval-layout {
12
12
  .biz-layout-collapse-handle {
@@ -36,7 +36,7 @@
36
36
 
37
37
  .ant-spin-container {
38
38
  width: 100%;
39
- height: 100%;
39
+ height: auto;
40
40
  }
41
41
 
42
42
  .biz-select-option:not(.biz-select-option-multiple),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.0-interval.20",
3
+ "version": "1.0.0-interval.21",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",