fix : 修复bug

This commit is contained in:
2024-03-25 18:00:32 +08:00
parent 4370687945
commit 4d82ec56ea
5 changed files with 38 additions and 23 deletions

View File

@@ -318,3 +318,8 @@ const handleCurrentChange = (val) => {
};
getList();
</script>
<style scoped>
:deep(.el-breadcrumb__item){
line-height: normal;
}
</style>