ronds-metadata 1.3.75 → 1.3.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ var ETL_SOURCE_SCHEMA = [{
86
86
  refId: 'com.ronds.schema.default.Rule.Form',
87
87
  value: {
88
88
  common: {
89
- label: '获取尺寸',
89
+ label: '批处理大小',
90
90
  require: true,
91
91
  labelSpan: 4,
92
92
  depend: {
@@ -9,7 +9,7 @@ import _Select from "antd/es/select";
9
9
  import "antd/es/col/style";
10
10
  import _Col from "antd/es/col";
11
11
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
12
- import { tr } from '@/framework/locale';
12
+ import { tr } from '../../../../../framework/locale';
13
13
  import React from 'react';
14
14
  import { useGetDatasource } from './hooks';
15
15
  import { PlusOutlined } from '@ant-design/icons';
@@ -153,7 +153,7 @@ var MapTable = function MapTable(props) {
153
153
  width: '100%',
154
154
  height: '100%'
155
155
  }
156
- }, (tableDataSource === null || tableDataSource === void 0 ? void 0 : tableDataSource.length) > 0 && (tableDataTarget === null || tableDataTarget === void 0 ? void 0 : tableDataTarget.length) > 0 && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
156
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
157
157
  style: {
158
158
  width: '40%'
159
159
  }
@@ -171,14 +171,14 @@ var MapTable = function MapTable(props) {
171
171
  onMove: onSourceMove
172
172
  })), /*#__PURE__*/React.createElement("div", {
173
173
  style: {
174
- marginTop: '40px'
174
+ marginTop: '40px',
175
+ marginLeft: '10px',
176
+ marginRight: '10px'
175
177
  }
176
178
  }, _toConsumableArray(Array(Math.min(tableDataSource === null || tableDataSource === void 0 ? void 0 : tableDataSource.length, tableDataTarget === null || tableDataTarget === void 0 ? void 0 : tableDataTarget.length))).map(function (_, index) {
177
179
  return /*#__PURE__*/React.createElement("div", {
178
180
  key: index,
179
181
  style: {
180
- marginLeft: '6px',
181
- marginRight: '6px',
182
182
  marginBottom: '-2px'
183
183
  }
184
184
  }, /*#__PURE__*/React.createElement(_Button, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.75",
4
+ "version": "1.3.76",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",