Skip to content

Commit

Permalink
feat: 审计树展示内容替换
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed Aug 15, 2024
1 parent a2b3bc9 commit 2993d62
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,23 @@
.content-body {
flex: 1;
overflow: hidden;
color: #31343f;
font-size: 12px;
font-weight: 500;
line-height: 16px;
display: flex;
flex-direction: row;
gap: 8px;
.name {
color: #31343f;
font-size: 12px;
font-weight: 500;
line-height: 16px;
overflow: hidden;
}
.detail {
color: #b4bbca;
font-size: 12px;
font-weight: 400;
line-height: 16px;
overflow: hidden;
}
}
.count {
color: #b4bbca;
Expand Down

0 comments on commit 2993d62

Please sign in to comment.