style(项目管理): 修改项目管理成员列表style&用例编辑titleStyle
This commit is contained in:
parent
e56f978d7d
commit
de0a17d331
|
@ -34,7 +34,7 @@
|
|||
<div
|
||||
:class="`${
|
||||
hasAnyPermission(['FUNCTIONAL_CASE:READ+UPDATE']) ? 'hover-title-name' : ''
|
||||
} one-line-text max-w-[200px]`"
|
||||
} one-line-text max-w-[200px] cursor-pointer`"
|
||||
@click="clickTitleHandler"
|
||||
>{{ detailInfo.name }}
|
||||
</div>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
v-model="record.selectUserList"
|
||||
:popup-visible="record.showUserSelect"
|
||||
multiple
|
||||
class="w-[260px]"
|
||||
class="w-full max-w-[300px]"
|
||||
:max-tag-count="2"
|
||||
@popup-visible-change="(value) => userGroupChange(value, record)"
|
||||
>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
multiple
|
||||
:max-tag-count="2"
|
||||
size="small"
|
||||
class="w-[260px]"
|
||||
class="w-full max-w-[300px]"
|
||||
:popup-visible="record.showProjectSelect"
|
||||
@change="(value) => selectUserOrProject(value, record, 'project')"
|
||||
@popup-visible-change="visibleChange($event, record, 'project')"
|
||||
|
@ -74,7 +74,7 @@
|
|||
v-model="record.selectUserList"
|
||||
multiple
|
||||
:max-tag-count="2"
|
||||
class="w-[260px]"
|
||||
class="w-full max-w-[300px]"
|
||||
:popup-visible="record.showUserSelect"
|
||||
@change="(value) => selectUserOrProject(value, record, 'user')"
|
||||
@popup-visible-change="(value) => visibleChange(value, record, 'user')"
|
||||
|
|
Loading…
Reference in New Issue