@zgfe/modules-interval 1.0.0-interval.25 → 1.0.0-interval.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.
@@ -34,7 +34,7 @@ var IntervalChart = function IntervalChart(props) {
34
34
  type: 'scroll',
35
35
  itemWidth: 10,
36
36
  // 设置图例的宽度为10px
37
- itemHeight: 10 // 设置图例的高度为10px
37
+ itemHeight: 10 // 设置图例的高度为10px
38
38
  },
39
39
 
40
40
  grid: {
@@ -15,6 +15,9 @@
15
15
  .biz-layout-collapse-handle {
16
16
  height: 24px;
17
17
  }
18
+ .biz-layout-content {
19
+ padding-bottom: 0;
20
+ }
18
21
  }
19
22
  &-header-title {
20
23
  height: 48px;
@@ -60,9 +60,8 @@
60
60
  }
61
61
 
62
62
  .collapseRefs {
63
-
64
63
  .ant-form-item {
65
- margin-bottom: 12px;
64
+ margin-bottom: 16px;
66
65
  }
67
66
 
68
67
  .ant-form-item-control-input {
@@ -71,8 +70,8 @@
71
70
  }
72
71
 
73
72
  .ant-form-item-label {
74
- font-weight: 500;
75
73
  padding-left: 24px;
74
+ font-weight: 500;
76
75
  }
77
76
 
78
77
  .interval-box {
@@ -95,6 +94,7 @@
95
94
 
96
95
  .biz-attr-condition-group-container-item {
97
96
  max-width: calc(100% + 32px) !important;
97
+ margin-top: 4px;
98
98
  padding: 4px 56px;
99
99
  .ant-space-item {
100
100
  width: auto;
@@ -125,8 +125,8 @@
125
125
  }
126
126
 
127
127
  > .ant-form-item {
128
- margin-bottom: 14px;
129
- .biz-user-group-val{
128
+ margin-bottom: 16px;
129
+ .biz-user-group-val {
130
130
  color: #021429;
131
131
  }
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.0-interval.25",
3
+ "version": "1.0.0-interval.26",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",