feat: update model versions tab styling and refresh behavior

- Rename CSS class from 'version-name' to 'versions-tab-version-name' for better specificity
- Remove color-mix styling from version title for cleaner appearance
- Set refresh parameter to false in versions fetch to prevent unnecessary data reloads
- Maintains same functionality while improving performance and code organization
This commit is contained in:
Will Miao
2025-10-26 09:13:59 +08:00
parent 795b9e8418
commit 51098f2829
2 changed files with 3 additions and 4 deletions

View File

@@ -156,10 +156,9 @@
gap: 8px;
font-weight: 600;
font-size: 0.95rem;
color: color-mix(in oklch, var(--text-color) 92%, black 8%);
}
.version-name {
.versions-tab-version-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;