style(layout): 调整后退图标大小
- 在 index.vue 和 redirect.vue 文件中,将 .back-icon 类的宽度和高度从 18px 调整为 24px -此修改统一了后退图标的尺寸,提高了用户界面的一致性
This commit is contained in:
@@ -86,8 +86,8 @@ function goBack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.back-icon {
|
.back-icon {
|
||||||
width: 18px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -137,8 +137,8 @@ const handlePopState = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.back-icon {
|
.back-icon {
|
||||||
width: 18px;
|
width: 24px;
|
||||||
height: 18px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user