Fix packages details page style

This commit is contained in:
lutinglt
2025-11-09 10:04:35 +08:00
parent 4fd01c50b0
commit ea49cf94dd
2 changed files with 6 additions and 3 deletions

View File

@@ -12,3 +12,4 @@
- Fix the problem of missing background color and width when there is a unicode character in the diff - Fix the problem of missing background color and width when there is a unicode character in the diff
- Fix the disabled operation button interval in the code preview interface - Fix the disabled operation button interval in the code preview interface
- Fix fixed height when scrolling through step titles on workflow detail pages - Fix fixed height when scrolling through step titles on workflow detail pages
- Fix packages details page style

View File

@@ -50,8 +50,9 @@ export const packagesDetail = css`
.issue-title-header > div { .issue-title-header > div {
color: ${themeVars.color.text.light.num1}; color: ${themeVars.color.text.light.num1};
} }
.issue-content { .packages-content {
.issue-content-left { .packages-content-left {
width: calc(100% - 304px - 16px);
.ui.top.attached.header { .ui.top.attached.header {
font-size: 14px; font-size: 14px;
padding: 16px; padding: 16px;
@@ -79,9 +80,10 @@ export const packagesDetail = css`
} }
} }
} }
.issue-content-right { .packages-content-right {
border: 0; border: 0;
padding: 0px 16px; padding: 0px 16px;
width: 304px;
> strong { > strong {
font-size: 16px; font-size: 16px;
} }