mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 18:15:28 +08:00
【v3.8.3】airag优化体验升级
This commit is contained in:
@ -47,6 +47,9 @@
|
||||
<li class="flex mr-14">
|
||||
<span class="label">模型类型</span>
|
||||
<span class="described">{{ item.modelType_dictText }}</span>
|
||||
<a-tooltip v-if="!item.activateFlag" title="未激活模型暂无法被系统其他功能调用,激活后可正常使用。">
|
||||
<span class="no-activate">未激活</span>
|
||||
</a-tooltip>
|
||||
</li>
|
||||
<li class="flex mr-14 mt-6">
|
||||
<span class="label">基础模型</span>
|
||||
@ -314,6 +317,17 @@
|
||||
color: #8a8f98;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.no-activate{
|
||||
font-size: 10px;
|
||||
color: #ff4d4f;
|
||||
border: 1px solid #ff4d4f;
|
||||
border-radius: 10px;
|
||||
padding: 0 6px;
|
||||
height: 14px;
|
||||
line-height: 12px;
|
||||
margin-left: 6px;
|
||||
align-self: center;
|
||||
}
|
||||
.described {
|
||||
font-weight: 400;
|
||||
margin-left: 14px;
|
||||
|
||||
Reference in New Issue
Block a user