Skip to content

Commit

Permalink
fix: fix resizeable token lost
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Oct 21, 2024
1 parent 8f77af6 commit 6cbab3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/semi-foundation/resizable/resizable.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import './variables.scss';

$module: #{$prefix}-resizable;

.#{$module} {
Expand Down Expand Up @@ -36,4 +38,4 @@ $module: #{$prefix}-resizable;
background-color: var(--semi-color-fill-0);
opacity: 1;
}
}
}
1 change: 1 addition & 0 deletions packages/semi-foundation/resizable/variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$z-resizable_handler: 2000 !default; // 伸缩框组件中handler的z-index

0 comments on commit 6cbab3e

Please sign in to comment.