Skip to content

Commit 2765c4a

Browse files
committed
修复Logo组件与ToolHeader组件、ElScrollbar组件之间存在1px留白的问题
1 parent e415474 commit 2765c4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uno.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ${selector}:after {
5454
position: absolute;
5555
top: 0;
5656
right: 0;
57+
width: 1px;
5758
height: 100%;
5859
background-color: var(--el-border-color);
5960
z-index: 3;
@@ -72,6 +73,7 @@ ${selector}:before {
7273
top: 0;
7374
left: 0;
7475
width: 100%;
76+
height: 1px;
7577
background-color: var(--el-border-color);
7678
z-index: 3;
7779
}
@@ -89,6 +91,7 @@ ${selector}:after {
8991
bottom: 0;
9092
left: 0;
9193
width: 100%;
94+
height: 1px;
9295
background-color: var(--el-border-color);
9396
z-index: 3;
9497
}

0 commit comments

Comments
 (0)