fix: 修复布局组件返回顶部图标未居中问题

This commit is contained in:
YeMingfei666 2025-04-07 16:57:29 +08:00
parent 98da99a431
commit 3ff642b98a
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ watch(route, () => {
margin-left: 0;
}
}
:deep(.el-backtop .svg-icon) {
margin-right: 0;
}
.layout-mix {
.sidebar-container {