Skip to content

Commit

Permalink
chore(check-cascader): 调整下拉选项间距
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Sep 21, 2023
1 parent de1cf49 commit 4157278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/check-cascader/src/styles/check-cascader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ $prefix: '#{$component-prefix}-check-cascader' !default;

&-item {
width: 100%;
padding: use-spacing(1) 0;
position: relative;
cursor: pointer;
display: flex;
Expand All @@ -108,7 +109,7 @@ $prefix: '#{$component-prefix}-check-cascader' !default;
&-option {
padding: 0 use-spacing(4);
box-sizing: border-box;
height: 32px;
height: use-height-size(7);
width: 100%;
display: flex;
align-items: center;
Expand Down

0 comments on commit 4157278

Please sign in to comment.