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