ronds-metadata 1.3.56 → 1.3.58
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
import "antd/es/button/style";
|
2
2
|
import _Button from "antd/es/button";
|
3
3
|
import React from "react";
|
4
|
-
import { tr } from '
|
4
|
+
import { tr } from '../../../../framework/locale';
|
5
5
|
var IconButton = function IconButton(props) {
|
6
6
|
var icon = props.icon,
|
7
7
|
text = props.text,
|
@@ -84,6 +84,8 @@ var MapTable = function MapTable(props) {
|
|
84
84
|
display: 'flex'
|
85
85
|
}
|
86
86
|
}, /*#__PURE__*/React.createElement(_Table, {
|
87
|
+
className: "ronds-edit-table",
|
88
|
+
bordered: true,
|
87
89
|
columns: columnSource,
|
88
90
|
dataSource: dataSource,
|
89
91
|
pagination: false,
|
@@ -96,7 +98,9 @@ var MapTable = function MapTable(props) {
|
|
96
98
|
return /*#__PURE__*/React.createElement("div", {
|
97
99
|
key: index,
|
98
100
|
style: {
|
99
|
-
|
101
|
+
marginLeft: '6px',
|
102
|
+
marginRight: '6px',
|
103
|
+
marginBottom: '-2px'
|
100
104
|
}
|
101
105
|
}, /*#__PURE__*/React.createElement(_Button, {
|
102
106
|
key: index,
|
@@ -107,6 +111,8 @@ var MapTable = function MapTable(props) {
|
|
107
111
|
}
|
108
112
|
}));
|
109
113
|
})), /*#__PURE__*/React.createElement(_Table, {
|
114
|
+
className: "ronds-edit-table",
|
115
|
+
bordered: true,
|
110
116
|
columns: columnTarget,
|
111
117
|
dataSource: dataTarget,
|
112
118
|
pagination: false,
|