style(系统设置): 系统-组织与项目-点击成员数字查看抽屉-抽屉标题显示异常
--bug=1050587 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001050587
This commit is contained in:
parent
6c1a480034
commit
e834a02494
|
@ -9,15 +9,15 @@
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
>
|
>
|
||||||
<template #headerLeft>
|
<template #headerLeft>
|
||||||
<a-tooltip :content="props.currentName">
|
|
||||||
<div class="ml-[8px] flex flex-1 overflow-hidden text-[var(--color-text-4)]">
|
<div class="ml-[8px] flex flex-1 overflow-hidden text-[var(--color-text-4)]">
|
||||||
(
|
(
|
||||||
<div class="one-line-text flex-1">
|
<a-tooltip :content="props.currentName">
|
||||||
|
<div class="one-line-text">
|
||||||
{{ props.currentName }}
|
{{ props.currentName }}
|
||||||
</div>
|
</div>
|
||||||
|
</a-tooltip>
|
||||||
)
|
)
|
||||||
</div>
|
</div>
|
||||||
</a-tooltip>
|
|
||||||
</template>
|
</template>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
|
|
|
@ -10,15 +10,15 @@
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
>
|
>
|
||||||
<template #headerLeft>
|
<template #headerLeft>
|
||||||
<a-tooltip :content="props.currentName">
|
|
||||||
<div class="ml-[8px] flex flex-1 overflow-hidden text-[var(--color-text-4)]">
|
<div class="ml-[8px] flex flex-1 overflow-hidden text-[var(--color-text-4)]">
|
||||||
(
|
(
|
||||||
<div class="one-line-text flex-1">
|
<a-tooltip :content="props.currentName">
|
||||||
|
<div class="one-line-text">
|
||||||
{{ props.currentName }}
|
{{ props.currentName }}
|
||||||
</div>
|
</div>
|
||||||
|
</a-tooltip>
|
||||||
)
|
)
|
||||||
</div>
|
</div>
|
||||||
</a-tooltip>
|
|
||||||
</template>
|
</template>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
|
|
Loading…
Reference in New Issue