style: 调整首页提示颜色

This commit is contained in:
xieyonghong 2023-04-10 13:58:25 +08:00
parent bf48c292db
commit 4da0a8feb6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<template #title> <template #title>
<span>{{ props.tooltip }}</span> <span>{{ props.tooltip }}</span>
</template> </template>
<AIcon type="QuestionCircleOutlined" style="padding-top: 5px" /> <AIcon type="QuestionCircleOutlined" style="padding-top: 8px;font-size: 14px;color: #666;" />
</j-tooltip> </j-tooltip>
</h5> </h5>