mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
fix: 修复【系统管理】模型设置,模型名称省略显示的时候,模型图标会消失
This commit is contained in:
parent
57124c2d2c
commit
b4bcb4299e
|
|
@ -3,7 +3,7 @@
|
|||
<template #header>
|
||||
<div class="flex">
|
||||
<span style="height: 32px; width: 32px" :innerHTML="icon" class="mr-12"></span>
|
||||
<div class="w-full">
|
||||
<div style="width: calc(100% - 32px - 4px - var(--app-base-px))">
|
||||
<div class="flex" style="height: 22px">
|
||||
<auto-tooltip :content="model.name" style="max-width: 40%">
|
||||
{{ model.name }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue