Skip to content

Commit

Permalink
fix: 修复图片裁剪按钮上下和左右相反的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jun 7, 2024
1 parent 93f4493 commit c62b8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fast-admin/fs-admin-antdv
4 changes: 2 additions & 2 deletions packages/fast-crud/src/locale/lang/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default {
},
cropper: {
reChoose: "重新选择",
flipX: "上下翻转",
flipY: "左右翻转",
flipX: "左右翻转",
flipY: "上下翻转",
reset: "重置"
},
fileUploader: {
Expand Down

0 comments on commit c62b8d4

Please sign in to comment.