@zgfe/modules-interval 1.0.0-interval.24 → 1.0.0-interval.25
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.
|
@@ -31,8 +31,12 @@ var IntervalChart = function IntervalChart(props) {
|
|
|
31
31
|
legend: {
|
|
32
32
|
bottom: 0,
|
|
33
33
|
icon: 'circle',
|
|
34
|
-
type: 'scroll'
|
|
34
|
+
type: 'scroll',
|
|
35
|
+
itemWidth: 10,
|
|
36
|
+
// 设置图例的宽度为10px
|
|
37
|
+
itemHeight: 10 // 设置图例的高度为10px
|
|
35
38
|
},
|
|
39
|
+
|
|
36
40
|
grid: {
|
|
37
41
|
top: '10',
|
|
38
42
|
left: '0',
|
|
@@ -60,9 +60,6 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.collapseRefs {
|
|
63
|
-
.biz-attr-condition-group-container {
|
|
64
|
-
margin-top: 6px;
|
|
65
|
-
}
|
|
66
63
|
|
|
67
64
|
.ant-form-item {
|
|
68
65
|
margin-bottom: 12px;
|
|
@@ -74,6 +71,7 @@
|
|
|
74
71
|
}
|
|
75
72
|
|
|
76
73
|
.ant-form-item-label {
|
|
74
|
+
font-weight: 500;
|
|
77
75
|
padding-left: 24px;
|
|
78
76
|
}
|
|
79
77
|
|
|
@@ -88,18 +86,16 @@
|
|
|
88
86
|
|
|
89
87
|
.biz-attr-condition-group-handle {
|
|
90
88
|
margin-right: 0;
|
|
91
|
-
margin-left:
|
|
89
|
+
margin-left: 32px;
|
|
92
90
|
}
|
|
93
91
|
|
|
94
92
|
.biz-attr-condition-group-container {
|
|
95
93
|
gap: 4px !important;
|
|
96
94
|
}
|
|
97
95
|
|
|
98
|
-
.
|
|
99
|
-
max-width: calc(100% +
|
|
100
|
-
|
|
101
|
-
padding: 4px 54px;
|
|
102
|
-
|
|
96
|
+
.biz-attr-condition-group-container-item {
|
|
97
|
+
max-width: calc(100% + 32px) !important;
|
|
98
|
+
padding: 4px 56px;
|
|
103
99
|
.ant-space-item {
|
|
104
100
|
width: auto;
|
|
105
101
|
max-width: auto;
|
|
@@ -129,11 +125,14 @@
|
|
|
129
125
|
}
|
|
130
126
|
|
|
131
127
|
> .ant-form-item {
|
|
132
|
-
margin-bottom:
|
|
128
|
+
margin-bottom: 14px;
|
|
129
|
+
.biz-user-group-val{
|
|
130
|
+
color: #021429;
|
|
131
|
+
}
|
|
133
132
|
}
|
|
134
133
|
|
|
135
134
|
.associated {
|
|
136
|
-
margin-top: -
|
|
135
|
+
margin-top: -10px;
|
|
137
136
|
margin-bottom: 12px;
|
|
138
137
|
|
|
139
138
|
.qingchu {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-interval",
|
|
3
|
-
"version": "1.0.0-interval.
|
|
3
|
+
"version": "1.0.0-interval.25",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/uuid": "^9.0.2",
|
|
44
44
|
"@umijs/fabric": "^2.8.1",
|
|
45
45
|
"@umijs/test": "^3.0.5",
|
|
46
|
-
"@zgfe/business-lib": "1.1.84-panel.
|
|
46
|
+
"@zgfe/business-lib": "1.1.84-panel.6",
|
|
47
47
|
"@zgfe/modules-demo-manage": "^1.0.1",
|
|
48
48
|
"antd": "^4.22.6",
|
|
49
49
|
"dumi": "^1.1.0",
|