component-shipinlv 2.0.0 → 2.0.1

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.
@@ -206,7 +206,7 @@ var VideoPublishCreateTask = function VideoPublishCreateTask(_ref) {
206
206
  span: formLabelSpan
207
207
  },
208
208
  initialValues: _objectSpread(_objectSpread({}, formData), {}, {
209
- startTime: typeof formData.startTime === 'number' ? dayjs(formData.startTime) : null
209
+ startTime: typeof formData.startTime === 'number' && formData.startTime > 946684800 ? dayjs(formData.startTime) : null
210
210
  }),
211
211
  disabled: disabled || loadingTask,
212
212
  scrollToFirstError: true,
@@ -250,7 +250,7 @@ var VideoPublishTaskPlanList = function VideoPublishTaskPlanList(_ref) {
250
250
  loading: loadingTaskList,
251
251
  error: errorTaskList,
252
252
  onReload: runTaskList,
253
- title: "\u4EFB\u52A1\u8BA1\u5212" + timeFromKind,
253
+ title: "\u4EFB\u52A1\u8BA1\u5212",
254
254
  className: "videoPublishTaskPlanList",
255
255
  extInfo: /*#__PURE__*/_jsx(VideoPublishTaskPlanListQuery, {
256
256
  defaultQuery: query,
@@ -229,7 +229,7 @@ var VideoPublishStatisticPublishList = function VideoPublishStatisticPublishList
229
229
  loading: loadingTaskList,
230
230
  error: errorTaskList,
231
231
  onReload: runTaskList,
232
- title: "\u53D1\u5E03\u7EDF\u8BA1" + query.timeFromKind,
232
+ title: "\u53D1\u5E03\u7EDF\u8BA1",
233
233
  className: "video-publish-statistic-list",
234
234
  extInfo: /*#__PURE__*/_jsx(VideoPublishStatisticPublishListQuery, {
235
235
  defaultQuery: query,
package/dist/global.less CHANGED
@@ -9,6 +9,16 @@
9
9
 
10
10
  }
11
11
 
12
+ //windows 下回有 bug
13
+ .ant-tree-select-dropdown{
14
+ .ant-select-tree{
15
+ .ant-select-tree-treenode{
16
+ padding-bottom: 4px !important;
17
+ margin-bottom: 0 !important;
18
+ }
19
+ }
20
+ }
21
+
12
22
  a{
13
23
  &.high{
14
24
  color: #C00;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",