style(接口测试): 修复接口测试分享项目名称展示style

This commit is contained in:
xinxin.wu 2024-11-22 18:20:02 +08:00 committed by Craftsman
parent ef6a1d2588
commit cdcfab8e8f
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
</div> </div>
</a-tooltip> </a-tooltip>
</div> </div>
<div> {{ projectName }}</div> <a-tooltip :mouse-enter-delay="300" :content="projectName">
<div class="one-line-text max-w-[300px]"> {{ projectName }}</div>
</a-tooltip>
</a-space> </a-space>
</div> </div>
</template> </template>