style(测试计划): 测试规划-换添加测试点的icon

This commit is contained in:
teukkk 2024-07-24 15:55:45 +08:00 committed by 刘瑞斌
parent 1c72e4cff1
commit 42954c609c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<template #extractMenu>
<a-tooltip v-if="canShowAddTestPointsMenu" :content="t('ms.minders.addTestSet')">
<MsButton type="icon" class="ms-minder-node-float-menu-icon-button" @click="addTestSet">
<MsIcon type="icon-icon_test_set1" class="text-[var(--color-text-4)]" />
<MsIcon type="icon-icon_title-left-align_outlined" class="text-[var(--color-text-4)]" />
</MsButton>
</a-tooltip>
<a-tooltip