File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ export default defineComponent({
199
199
{
200
200
' !left-[var(--tab-menu-min-width)]' : unref (collapse ),
201
201
' !left-[var(--tab-menu-max-width)]' : ! unref (collapse ),
202
- ' !w-[calc( var(--left-menu-max-width)+1px )]' : unref (showMenu ) || unref (fixedMenu ),
202
+ ' !w-[var(--left-menu-max-width)]' : unref (showMenu ) || unref (fixedMenu ),
203
203
' !w-0' : ! unref (showMenu ) && ! unref (fixedMenu )
204
204
}
205
205
]}
Original file line number Diff line number Diff line change @@ -491,21 +491,21 @@ $prefix-cls: #{$namespace}-tags-view;
491
491
492
492
& ::before {
493
493
position : absolute ;
494
- top : 1 px ;
494
+ top : 0 ;
495
495
left : 0 ;
496
496
width : 100% ;
497
- height : calc ( 100% - 1 px ) ;
497
+ height : 100% ;
498
498
border-left : 1px solid var (--el-border-color );
499
499
content : ' ' ;
500
500
}
501
501
502
502
& --first {
503
503
& ::before {
504
504
position : absolute ;
505
- top : 1 px ;
505
+ top : 0 ;
506
506
left : 0 ;
507
507
width : 100% ;
508
- height : calc ( 100% - 1 px ) ;
508
+ height : 100% ;
509
509
border-right : 1px solid var (--el-border-color );
510
510
border-left : none ;
511
511
content : ' ' ;
You can’t perform that action at this time.
0 commit comments