Skip to content

Commit

Permalink
fix: 修复element 图片裁剪组件无法横向排列的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Sep 12, 2023
1 parent 695621c commit 25fa258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-admin/fs-admin-antdv4
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ export default defineComponent({

<style lang="less">
.fs-cropper-uploader {
.fs-box {
display: flex;
flex-wrap: wrap;
}
.el-image-viewer__close {
color: #fff;
}
Expand Down

0 comments on commit 25fa258

Please sign in to comment.