Skip to content

Commit

Permalink
chore(upload): 修改拖拽样式
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Jul 14, 2024
1 parent 7e4e44e commit 5e78774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/upload/src/styles/upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $prefix: '#{$component-prefix}-upload' !default;
width: 100%;
background: use-color('gray', 50);
// min-height: 172px;
height: 88px;
// height: 88px;
box-sizing: border-box;
border: 2px dashed use-color('gray', 300);
transition: border-color 0.3s;
Expand Down

0 comments on commit 5e78774

Please sign in to comment.