feat: 告警标题添加提示
This commit is contained in:
@@ -178,7 +178,7 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<Page auto-content-height>
|
||||
<Card title="告警配置">
|
||||
<Card>
|
||||
<Form />
|
||||
<div class="mt-4 flex justify-end">
|
||||
<Space>
|
||||
@@ -186,6 +186,12 @@ onMounted(async () => {
|
||||
<Button @click="handleReset">重置</Button>
|
||||
</Space>
|
||||
</div>
|
||||
<template #title>
|
||||
<span class="text-lg font-semibold">告警配置 </span>
|
||||
<a-tooltip title="每天零点发送邮件提醒">
|
||||
<span class="icon-[mdi--information-outline] text-gray-500"></span>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
</Card>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user