Skip to content

Commit e415474

Browse files
YunaiVgitee-org
authored andcommitted
!762 修复Logo组件与ToolHeader组件、ElScrollbar组件之间存在1px留白的问题
Merge pull request !762 from ZG4vin/master
2 parents 80c51e6 + e682abb commit e415474

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

uno.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ ${selector}:before {
3737
position: absolute;
3838
top: 0;
3939
left: 0;
40-
width: 1px;
4140
height: 100%;
4241
background-color: var(--el-border-color);
4342
z-index: 3;
@@ -55,7 +54,6 @@ ${selector}:after {
5554
position: absolute;
5655
top: 0;
5756
right: 0;
58-
width: 1px;
5957
height: 100%;
6058
background-color: var(--el-border-color);
6159
z-index: 3;
@@ -74,7 +72,6 @@ ${selector}:before {
7472
top: 0;
7573
left: 0;
7674
width: 100%;
77-
height: 1px;
7875
background-color: var(--el-border-color);
7976
z-index: 3;
8077
}
@@ -92,7 +89,6 @@ ${selector}:after {
9289
bottom: 0;
9390
left: 0;
9491
width: 100%;
95-
height: 1px;
9692
background-color: var(--el-border-color);
9793
z-index: 3;
9894
}

0 commit comments

Comments
 (0)