Skip to content

style(instance-detail): 属性名称过长,导致了空间被挤压,显示的太丑 #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading