@zhenliang/sheet 0.1.82-beta.2 → 0.1.83
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.
|
@@ -193,9 +193,6 @@ export var DraggableShell = function DraggableShell(_ref) {
|
|
|
193
193
|
//调整宽度
|
|
194
194
|
},
|
|
195
195
|
children: /*#__PURE__*/_jsx("span", {
|
|
196
|
-
style: {
|
|
197
|
-
color: '#292c33'
|
|
198
|
-
},
|
|
199
196
|
className: "value-viewer",
|
|
200
197
|
children: typeof item.title === 'function' ? /*#__PURE__*/createElement(item.title) : item.title
|
|
201
198
|
})
|