#
luxiaotao1123
2024-04-11 12bea86c9cb51f98fd5f2de904bb6a8d30e9e0e8
zy-asrs-flow/src/components/RightContent/index.jsx
@@ -65,7 +65,7 @@
      }}
      onClick={handleClick}
    >
      {layoutMode ? <InsertRowAboveOutlined /> : <InsertRowLeftOutlined />}
      {layoutMode ? <InsertRowLeftOutlined /> : <InsertRowAboveOutlined />}
    </div>
  );
};