refactor(frontend): 补充优化剩余组件

- 优化 TooltipContent 组件
- 改进 ModelsTab 和 UserModelDetailDrawer 组件
This commit is contained in:
fawney19
2025-12-12 20:22:27 +08:00
parent 9fa093c96c
commit c55058758b
3 changed files with 9 additions and 14 deletions

View File

@@ -13,6 +13,7 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
class: undefined,
side: 'top',
sideOffset: 4,
align: 'center',