【修改bug】删除记录路由的

This commit is contained in:
zhoulingpo
2023-04-27 13:47:35 +08:00
parent b18da51a0e
commit 31e18c2c2d
3 changed files with 40 additions and 8 deletions
@@ -349,14 +349,16 @@ export default {
}
}
.back{
width: 45px;
height: 45px;
width: 30px;
height: 30px;
background: #1890FF;
color: #fff;
text-align: center;
line-height: 45px;
font-size: 30px;
border-radius: 50%;
//text-align: center;
line-height: 30px;
font-size: 25px;
font-weight: 700;
cursor: pointer;
text-align: center;
}
</style>