luxiaotao1123
2024-03-26 8a5e7957290d6cf1be0d1499f0be0172a44701dd
zy-asrs-flow/src/components/RightContent/index.jsx
@@ -65,7 +65,7 @@
      }}
      onClick={handleClick}
    >
      {layoutMode ? <InsertRowAboveOutlined /> : <InsertRowLeftOutlined />}
      {layoutMode ? <InsertRowLeftOutlined /> : <InsertRowAboveOutlined />}
    </div>
  );
};