seeder-st2110-components 1.2.8 → 1.3.0

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.
package/dist/index.js CHANGED
@@ -822,7 +822,7 @@ const TreeTitleNode = _ref2 => {
822
822
  // 删除文件/文件夹
823
823
  const renderIconNode = react.useCallback(() => {
824
824
  return /*#__PURE__*/jsxRuntime.jsxs("span", {
825
- className: "icon-node",
825
+ className: "flex",
826
826
  onClick: e => e.stopPropagation(),
827
827
  children: [/*#__PURE__*/jsxRuntime.jsx(EditablePopover$1, {
828
828
  add: newTitle => handleAdd(nodeData, newTitle),