ronds-metadata 1.3.57 → 1.3.58
Sign up to get free protection for your applications and to get access to all the features.
@@ -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,
|