Skip to content

Commit

Permalink
style(instance-detail): 属性名称过长,导致了空间被挤压,显示的太丑
Browse files Browse the repository at this point in the history
Refs CMDB_INSTANCE-2113
  • Loading branch information
panzekun committed Dec 12, 2024
1 parent 146fea8 commit 3835572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/cmdb-instances/src/instance-detail/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ html[data-ui="v8-2"] .detailCard {
grid-column: 1 / 2;
}
.detailCard dd {
min-width: 160px;
margin-bottom: 0;
word-break: break-all;
white-space: pre-wrap;
Expand Down Expand Up @@ -181,8 +182,7 @@ html[data-ui="v8-2"] .detailCard {
grid-column: 1 / 7;
}
.detailCard dl {
/* grid-template-columns: auto 1fr auto 1fr auto 1fr; */
grid-template-columns: auto;
grid-template-columns: auto 1fr auto 1fr auto 1fr;
}
.detailCard dd.structAttr {
grid-column: 2 / 7;
Expand Down

0 comments on commit 3835572

Please sign in to comment.