Skip to content

Commit

Permalink
fix: fix field legend width computed error in some browser
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 27, 2024
1 parent 365c917 commit a7adf42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/varlet-ui/src/field-decorator/fieldDecorator.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@
133% - var(--field-decorator-outlined-normal-padding-left) - var(--field-decorator-outlined-normal-padding-right)
);
position: absolute;
z-index: -1;
z-index: -1000;
display: inline-block;
pointer-events: none;
opacity: 0;
height: 0;
font-size: var(--field-decorator-placeholder-size);
}

Expand Down

0 comments on commit a7adf42

Please sign in to comment.