Skip to content

Commit

Permalink
fix: 修复图片裁剪组件在naiveui下按钮错乱的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jun 8, 2024
1 parent 6a21011 commit 1df42d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/fast-extends/src/uploader/components/fs-cropper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,12 @@ export default defineComponent({
//@width: 10px;
//@height: @width + 10px;
.fs-cropper-dialog {
n-button-group {
display: flex;
button {
margin: 0 2px;
}
}
&-wrap {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 1df42d1

Please sign in to comment.