style(接口测试): 修复接口测试分享项目名称展示style
This commit is contained in:
parent
ef6a1d2588
commit
cdcfab8e8f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue