同步软件包页面样式

This commit is contained in:
lutinglt
2025-09-08 15:29:01 +08:00
parent c8634fb14b
commit e387008ee5
7 changed files with 196 additions and 99 deletions

View File

@@ -120,4 +120,9 @@ export const fixButton = css`
.ui.ui.ui.ui.small.button {
z-index: 0;
}
// 代码复制按钮
.ui.button.code-copy {
padding: 4px 6px;
min-height: 28px;
}
`;