fix : 审批记录优化

This commit is contained in:
2024-06-21 12:41:43 +08:00
parent 5977f13b91
commit ddc305297f

View File

@@ -251,6 +251,7 @@ init()
.card {
display: flex;
flex-direction: column;
font-size: 15px;
> div:first-child {
@@ -258,11 +259,18 @@ init()
}
.avatar_name {
padding: 10px 0;
display: flex;
margin-right: 5px;
border-bottom: 1px solid #ebeef5;
&:last-child {
border-bottom: none;
}
> div:first-child {
display: flex;
width: 200px;
> span {
color: #2a99ff;
@@ -298,6 +306,7 @@ init()
bottom: 20px;
right: 1px;
}
//.username {
// //width: 90px;
// margin-top: 10px;