style(接口测试): 优化引用数据源时数据源名称过长的样式
--bug=1037654 --user=宋天阳 https://www.tapd.cn/55049933/s/1483364
This commit is contained in:
parent
993eead6f5
commit
34be4b864c
|
@ -266,7 +266,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-[16px] flex w-full items-center bg-[var(--color-text-n9)] p-[12px]">
|
<div class="mb-[16px] flex w-full items-center bg-[var(--color-text-n9)] p-[12px]">
|
||||||
<div class="text-[var(--color-text-2)]">
|
<div class="max-w-[70%] break-words text-[var(--color-text-2)]">
|
||||||
{{ condition.dataSourceName || '-' }}
|
{{ condition.dataSourceName || '-' }}
|
||||||
</div>
|
</div>
|
||||||
<a-divider margin="8px" direction="vertical" />
|
<a-divider margin="8px" direction="vertical" />
|
||||||
|
|
Loading…
Reference in New Issue