@zgfe/modules-interval 1.0.23-zhongyuan.21 → 1.0.23-zhongyuan.24
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.
|
@@ -20,7 +20,7 @@ import { searchDataParams } from "../content/utils";
|
|
|
20
20
|
import { ERROR_RESPONESE_CODE } from "../../constants/code";
|
|
21
21
|
import { Spin } from 'antd';
|
|
22
22
|
var IntervalEventChart = function IntervalEventChart(props) {
|
|
23
|
-
var _dataSource$
|
|
23
|
+
var _dataSource$appData;
|
|
24
24
|
var params = props.params,
|
|
25
25
|
onChangeException = props.onChangeException;
|
|
26
26
|
// 显示内容
|
|
@@ -47,16 +47,16 @@ var IntervalEventChart = function IntervalEventChart(props) {
|
|
|
47
47
|
|
|
48
48
|
// 初始化,判断showList是否有值,如果没值,取结果的前10条
|
|
49
49
|
useEffect(function () {
|
|
50
|
-
var
|
|
51
|
-
var
|
|
52
|
-
if ((
|
|
50
|
+
var _dataSourceCopy$appDa, _dataSourceCopy$appDa2;
|
|
51
|
+
var dataSourceCopy = props.dataSource;
|
|
52
|
+
if ((dataSourceCopy === null || dataSourceCopy === void 0 ? void 0 : (_dataSourceCopy$appDa = dataSourceCopy.appData) === null || _dataSourceCopy$appDa === void 0 ? void 0 : (_dataSourceCopy$appDa2 = _dataSourceCopy$appDa.series) === null || _dataSourceCopy$appDa2 === void 0 ? void 0 : _dataSourceCopy$appDa2.length) > 0) {
|
|
53
53
|
var _extractNames, _extractNames2;
|
|
54
|
-
var arr = params !== null && params !== void 0 && params.displaySetup ? params === null || params === void 0 ? void 0 : params.displaySetup : props !== null && props !== void 0 && props.eventOldData ? (_extractNames = extractNames(props === null || props === void 0 ? void 0 : props.eventOldData)) === null || _extractNames === void 0 ? void 0 : _extractNames.splice(0, 4) : (_extractNames2 = extractNames(
|
|
55
|
-
var app = getDefaultShow(
|
|
54
|
+
var arr = params !== null && params !== void 0 && params.displaySetup ? params === null || params === void 0 ? void 0 : params.displaySetup : props !== null && props !== void 0 && props.eventOldData ? (_extractNames = extractNames(props === null || props === void 0 ? void 0 : props.eventOldData)) === null || _extractNames === void 0 ? void 0 : _extractNames.splice(0, 4) : (_extractNames2 = extractNames(dataSourceCopy)) === null || _extractNames2 === void 0 ? void 0 : _extractNames2.splice(0, 4);
|
|
55
|
+
var app = getDefaultShow(dataSourceCopy, arr);
|
|
56
56
|
setShowList(app);
|
|
57
57
|
setDataSource(app);
|
|
58
58
|
} else {
|
|
59
|
-
setDataSource(
|
|
59
|
+
setDataSource(dataSourceCopy);
|
|
60
60
|
}
|
|
61
61
|
}, [params === null || params === void 0 ? void 0 : params.displaySetup, props.dataSource, params]);
|
|
62
62
|
var fetchResult = function fetchResult() {
|
|
@@ -119,7 +119,7 @@ var IntervalEventChart = function IntervalEventChart(props) {
|
|
|
119
119
|
}, "\u4E8B\u4EF6\u5DF2\u88AB\u5220\u9664\u65E0\u6CD5\u67E5\u770B\uFF0C\u8BF7\u91CD\u65B0\u8BBE\u7F6E")
|
|
120
120
|
}));
|
|
121
121
|
}
|
|
122
|
-
if (!dataSource || !(dataSource !== null && dataSource !== void 0 && (_dataSource$
|
|
122
|
+
if (!dataSource || !(dataSource !== null && dataSource !== void 0 && (_dataSource$appData = dataSource.appData) !== null && _dataSource$appData !== void 0 && _dataSource$appData.series.length)) {
|
|
123
123
|
return /*#__PURE__*/React.createElement(MiNone, {
|
|
124
124
|
label: !dataSource ? '请选择条件进行查询' : '暂无数据'
|
|
125
125
|
});
|
|
@@ -21,6 +21,7 @@ var _currentAxisBreaks = [{
|
|
|
21
21
|
gap: '1.5%'
|
|
22
22
|
}];
|
|
23
23
|
var IntervalChart = function IntervalChart(props) {
|
|
24
|
+
var _props$dataSource2, _props$dataSource2$ap;
|
|
24
25
|
var _useState = useState({}),
|
|
25
26
|
_useState2 = _slicedToArray(_useState, 2),
|
|
26
27
|
optionECharts = _useState2[0],
|
|
@@ -37,9 +38,13 @@ var IntervalChart = function IntervalChart(props) {
|
|
|
37
38
|
}, []);
|
|
38
39
|
useEffect(function () {
|
|
39
40
|
var _props$showList$appDa, _props$showList, _props$dataSource, _seriesData$series;
|
|
40
|
-
|
|
41
|
+
chartInstance && chartInstance.clear();
|
|
41
42
|
var seriesData = (_props$showList$appDa = props === null || props === void 0 ? void 0 : (_props$showList = props.showList) === null || _props$showList === void 0 ? void 0 : _props$showList.appData) !== null && _props$showList$appDa !== void 0 ? _props$showList$appDa : props === null || props === void 0 ? void 0 : (_props$dataSource = props.dataSource) === null || _props$dataSource === void 0 ? void 0 : _props$dataSource.appData;
|
|
42
43
|
var params = props === null || props === void 0 ? void 0 : props.params;
|
|
44
|
+
var hasUndefined = convertDateArray(params, seriesData === null || seriesData === void 0 ? void 0 : seriesData.xAxis).some(function (item) {
|
|
45
|
+
return item === undefined;
|
|
46
|
+
});
|
|
47
|
+
if (hasUndefined) return;
|
|
43
48
|
var eCharts = {
|
|
44
49
|
tooltip: {
|
|
45
50
|
trigger: 'item',
|
|
@@ -233,10 +238,14 @@ var IntervalChart = function IntervalChart(props) {
|
|
|
233
238
|
setOptionECharts(function () {
|
|
234
239
|
return eCharts;
|
|
235
240
|
});
|
|
236
|
-
}, [props === null || props === void 0 ? void 0 : props.
|
|
241
|
+
}, [props === null || props === void 0 ? void 0 : (_props$dataSource2 = props.dataSource) === null || _props$dataSource2 === void 0 ? void 0 : (_props$dataSource2$ap = _props$dataSource2.appData) === null || _props$dataSource2$ap === void 0 ? void 0 : _props$dataSource2$ap.xAxis]);
|
|
237
242
|
useEffect(function () {
|
|
238
243
|
// true 表示ecahrt不合并,直接替换
|
|
239
|
-
chartInstance && chartInstance.setOption(optionECharts,
|
|
244
|
+
chartInstance && chartInstance.setOption(optionECharts, {
|
|
245
|
+
notMerge: true,
|
|
246
|
+
// 核心:不合并新旧配置,完全覆盖
|
|
247
|
+
lazyUpdate: false // 立即更新,不延迟渲染
|
|
248
|
+
});
|
|
240
249
|
}, [optionECharts]);
|
|
241
250
|
useEffect(function () {
|
|
242
251
|
setTimeout(function () {
|
|
@@ -391,7 +391,10 @@ var TopPanel = function TopPanel(props) {
|
|
|
391
391
|
})), /*#__PURE__*/React.createElement(Form.Item, {
|
|
392
392
|
label: "\u6309\u5C5E\u6027\u7EC6\u5206",
|
|
393
393
|
name: "dimension",
|
|
394
|
-
className: "dimension-interval"
|
|
394
|
+
className: "dimension-interval",
|
|
395
|
+
labelCol: {
|
|
396
|
+
span: 12
|
|
397
|
+
}
|
|
395
398
|
}, /*#__PURE__*/React.createElement(BizAttributeSelector, {
|
|
396
399
|
enableEventProp: true,
|
|
397
400
|
enableUserProp: analysisType === 'user',
|
|
@@ -1,219 +1,220 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
|
|
3
|
-
.top-panel-interval {
|
|
4
|
-
&-form-botton-box {
|
|
5
|
-
display: flex;
|
|
6
|
-
justify-content: flex-end;
|
|
7
|
-
margin-top: 24px;
|
|
8
|
-
margin-right: 24px;
|
|
9
|
-
|
|
10
|
-
> :nth-child(1) {
|
|
11
|
-
margin-right: 16px;
|
|
12
|
-
color: #fff;
|
|
13
|
-
background-color: #29bd52;
|
|
14
|
-
border-color: #29bd52;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&-label-hasIcon {
|
|
19
|
-
.bsicon {
|
|
20
|
-
cursor: pointer;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.panel-form-interval {
|
|
26
|
-
.ant-form-item-explain-error {
|
|
27
|
-
margin-left: 24px;
|
|
28
|
-
}
|
|
29
|
-
&-item {
|
|
30
|
-
.ant-form-item-label {
|
|
31
|
-
padding-left: 24px !important;
|
|
32
|
-
font-weight: 500;
|
|
33
|
-
}
|
|
34
|
-
.ant-form-item-control-input-content {
|
|
35
|
-
height: 40px;
|
|
36
|
-
padding: 0 24px !important;
|
|
37
|
-
line-height: 40px !important;
|
|
38
|
-
.biz-select-handle {
|
|
39
|
-
display: inline-block;
|
|
40
|
-
width: 208px;
|
|
41
|
-
}
|
|
42
|
-
span.ant-radio + * {
|
|
43
|
-
padding-right: 40px;
|
|
44
|
-
padding-left: 12px;
|
|
45
|
-
}
|
|
46
|
-
&:hover {
|
|
47
|
-
background-color: #e7f3fe;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
.interval-item {
|
|
52
|
-
margin-top: -2px;
|
|
53
|
-
.ant-space-vertical {
|
|
54
|
-
gap: 0px !important;
|
|
55
|
-
width: 100%;
|
|
56
|
-
.ant-space-item:nth-child(1) {
|
|
57
|
-
padding: 0 12px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.ant-space-item:nth-child(2) {
|
|
61
|
-
display: flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
height: 42px;
|
|
64
|
-
margin-top: 4px;
|
|
65
|
-
padding: 0 12px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.ant-space-item:nth-child(2):hover {
|
|
69
|
-
background-color: #e7f3fe;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.biz-user-group-header {
|
|
75
|
-
padding: 0;
|
|
76
|
-
background-color: #fff;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.space-item {
|
|
80
|
-
.ant-space-item {
|
|
81
|
-
.biz-user-group {
|
|
82
|
-
width: 100%;
|
|
83
|
-
min-width: 208px;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.ant-space-horizontal .ant-space-item:nth-child(2) .tianjia {
|
|
88
|
-
display: none;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.collapseRefs {
|
|
93
|
-
.ant-form-item {
|
|
94
|
-
margin-bottom: 16px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.ant-form-item-control-input {
|
|
98
|
-
display: flex;
|
|
99
|
-
align-items: center;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.ant-form-item-label {
|
|
103
|
-
padding-left: 24px;
|
|
104
|
-
font-weight: 500;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.interval-box {
|
|
108
|
-
> div:nth-child(1) {
|
|
109
|
-
padding: 4px 24px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
> div:nth-child(1):hover {
|
|
113
|
-
background-color: #e7f3fe;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.biz-attr-condition-group-handle {
|
|
117
|
-
margin-right: 0;
|
|
118
|
-
margin-left: 32px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.biz-attr-condition-group-container {
|
|
122
|
-
gap: 0px !important;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.biz-attr-condition-group-container-item {
|
|
126
|
-
max-width: calc(100% + 32px) !important;
|
|
127
|
-
margin-top: 4px;
|
|
128
|
-
padding: 4px 56px;
|
|
129
|
-
.ant-space-item {
|
|
130
|
-
width: auto;
|
|
131
|
-
max-width: auto;
|
|
132
|
-
margin-left: 0px;
|
|
133
|
-
padding: 0;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.ant-space-item:hover {
|
|
138
|
-
background-color: #e7f3fe;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.dimension-interval {
|
|
143
|
-
.ant-form-item-control-input {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
margin-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
font-
|
|
210
|
-
font-
|
|
211
|
-
font-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
|
|
3
|
+
.top-panel-interval {
|
|
4
|
+
&-form-botton-box {
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: flex-end;
|
|
7
|
+
margin-top: 24px;
|
|
8
|
+
margin-right: 24px;
|
|
9
|
+
|
|
10
|
+
> :nth-child(1) {
|
|
11
|
+
margin-right: 16px;
|
|
12
|
+
color: #fff;
|
|
13
|
+
background-color: #29bd52;
|
|
14
|
+
border-color: #29bd52;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&-label-hasIcon {
|
|
19
|
+
.bsicon {
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.panel-form-interval {
|
|
26
|
+
.ant-form-item-explain-error {
|
|
27
|
+
margin-left: 24px;
|
|
28
|
+
}
|
|
29
|
+
&-item {
|
|
30
|
+
.ant-form-item-label {
|
|
31
|
+
padding-left: 24px !important;
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
}
|
|
34
|
+
.ant-form-item-control-input-content {
|
|
35
|
+
height: 40px;
|
|
36
|
+
padding: 0 24px !important;
|
|
37
|
+
line-height: 40px !important;
|
|
38
|
+
.biz-select-handle {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
width: 208px;
|
|
41
|
+
}
|
|
42
|
+
span.ant-radio + * {
|
|
43
|
+
padding-right: 40px;
|
|
44
|
+
padding-left: 12px;
|
|
45
|
+
}
|
|
46
|
+
&:hover {
|
|
47
|
+
background-color: #e7f3fe;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
.interval-item {
|
|
52
|
+
margin-top: -2px;
|
|
53
|
+
.ant-space-vertical {
|
|
54
|
+
gap: 0px !important;
|
|
55
|
+
width: 100%;
|
|
56
|
+
.ant-space-item:nth-child(1) {
|
|
57
|
+
padding: 0 12px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.ant-space-item:nth-child(2) {
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
height: 42px;
|
|
64
|
+
margin-top: 4px;
|
|
65
|
+
padding: 0 12px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ant-space-item:nth-child(2):hover {
|
|
69
|
+
background-color: #e7f3fe;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.biz-user-group-header {
|
|
75
|
+
padding: 0;
|
|
76
|
+
background-color: #fff;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.space-item {
|
|
80
|
+
.ant-space-item {
|
|
81
|
+
.biz-user-group {
|
|
82
|
+
width: 100%;
|
|
83
|
+
min-width: 208px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.ant-space-horizontal .ant-space-item:nth-child(2) .tianjia {
|
|
88
|
+
display: none;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.collapseRefs {
|
|
93
|
+
.ant-form-item {
|
|
94
|
+
margin-bottom: 16px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.ant-form-item-control-input {
|
|
98
|
+
display: flex;
|
|
99
|
+
align-items: center;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.ant-form-item-label {
|
|
103
|
+
padding-left: 24px;
|
|
104
|
+
font-weight: 500;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.interval-box {
|
|
108
|
+
> div:nth-child(1) {
|
|
109
|
+
padding: 4px 24px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
> div:nth-child(1):hover {
|
|
113
|
+
background-color: #e7f3fe;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.biz-attr-condition-group-handle {
|
|
117
|
+
margin-right: 0;
|
|
118
|
+
margin-left: 32px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.biz-attr-condition-group-container {
|
|
122
|
+
gap: 0px !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.biz-attr-condition-group-container-item {
|
|
126
|
+
max-width: calc(100% + 32px) !important;
|
|
127
|
+
margin-top: 4px;
|
|
128
|
+
padding: 4px 56px;
|
|
129
|
+
.ant-space-item {
|
|
130
|
+
width: auto;
|
|
131
|
+
max-width: auto;
|
|
132
|
+
margin-left: 0px;
|
|
133
|
+
padding: 0;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.ant-space-item:hover {
|
|
138
|
+
background-color: #e7f3fe;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.dimension-interval {
|
|
143
|
+
.ant-form-item-control-input {
|
|
144
|
+
width: 208px;
|
|
145
|
+
padding: 4px 24px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.ant-form-item-control-input:hover {
|
|
149
|
+
background-color: #e7f3fe;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.biz-event-select {
|
|
155
|
+
width: 208px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
> .ant-form-item {
|
|
159
|
+
margin-bottom: 16px;
|
|
160
|
+
.biz-user-group-val {
|
|
161
|
+
color: #021429;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.associated {
|
|
166
|
+
margin-top: -10px;
|
|
167
|
+
margin-bottom: 12px;
|
|
168
|
+
|
|
169
|
+
.qingchu {
|
|
170
|
+
color: #9aa1a9;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.qingchu:hover {
|
|
174
|
+
color: @error-color;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.ant-form-item-control-input {
|
|
178
|
+
padding: 4px 24px;
|
|
179
|
+
|
|
180
|
+
.ant-form-item-control-input {
|
|
181
|
+
padding: 0;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.ant-form-item {
|
|
185
|
+
margin-bottom: 0;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.ant-form-item-control-input:hover {
|
|
190
|
+
background-color: #e7f3fe;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.associated-link {
|
|
194
|
+
display: block;
|
|
195
|
+
line-height: 32px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.ant-form-item-row {
|
|
199
|
+
flex-direction: inherit;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.ant-form-item-control-input-content {
|
|
203
|
+
display: flex;
|
|
204
|
+
gap: 12px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.associated-label {
|
|
208
|
+
color: var(--3, #5f6085);
|
|
209
|
+
font-weight: 400;
|
|
210
|
+
font-size: 14px;
|
|
211
|
+
font-family: PingFang SC;
|
|
212
|
+
font-style: normal;
|
|
213
|
+
line-height: 32px;
|
|
214
|
+
text-align: right;
|
|
215
|
+
}
|
|
216
|
+
.ant-form-item-explain-error {
|
|
217
|
+
margin-left: 0 !important;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-interval",
|
|
3
|
-
"version": "1.0.23-zhongyuan.
|
|
3
|
+
"version": "1.0.23-zhongyuan.24",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"typings": "dist/esm/index.d.ts",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "9d7d3c7b598f1aca3c87ddc179c2ca4748b1ff02",
|
|
63
63
|
"gitHooks": {
|
|
64
64
|
"pre-commit": "lint-staged"
|
|
65
65
|
}
|