refactor: move reminder tooltip into testcase section

This commit is contained in:
2026-05-19 04:20:48 -06:00
parent 8047a7af8e
commit 06738f6e29

View File

@@ -662,6 +662,12 @@ watch(
<n-button type="info">手动上传</n-button>
</n-upload>
</div>
<n-tooltip placement="right">
<template #trigger>
<n-button text>温馨提醒</n-button>
</template>
测试用例最好要有10个要考虑边界情况且不要跟测试样例一模一样
</n-tooltip>
</n-flex>
<n-alert
@@ -747,12 +753,6 @@ watch(
</n-form-item>
</n-form>
<n-flex style="margin-bottom: 120px" align="center" justify="end">
<n-tooltip placement="left">
<template #trigger>
<n-button text>温馨提醒</n-button>
</template>
测试用例最好要有10个要考虑边界情况且不要跟测试样例一模一样
</n-tooltip>
<n-button type="primary" @click="submit">提交</n-button>
</n-flex>
</template>