mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
修复Logo组件与ToolHeader组件、ElScrollbar组件之间存在1px留白的问题
This commit is contained in:
parent
8157939eee
commit
e682abb1f7
@ -37,7 +37,6 @@ ${selector}:before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background-color: var(--el-border-color);
|
||||
z-index: 3;
|
||||
@ -55,7 +54,6 @@ ${selector}:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background-color: var(--el-border-color);
|
||||
z-index: 3;
|
||||
@ -74,7 +72,6 @@ ${selector}:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--el-border-color);
|
||||
z-index: 3;
|
||||
}
|
||||
@ -92,7 +89,6 @@ ${selector}:after {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--el-border-color);
|
||||
z-index: 3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user