mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
优化样式
This commit is contained in:
parent
9364cfe1cf
commit
637104643c
@ -15,9 +15,9 @@
|
|||||||
<UserAvatar :userid="projectData.owner_userid" :size="36" :borderWitdh="2" :openDelay="0">
|
<UserAvatar :userid="projectData.owner_userid" :size="36" :borderWitdh="2" :openDelay="0">
|
||||||
<p>{{$L('项目负责人')}}</p>
|
<p>{{$L('项目负责人')}}</p>
|
||||||
</UserAvatar>
|
</UserAvatar>
|
||||||
<Badge v-if="windowWidth <= 980 && projectUser.length > 0" type="normal" :count="projectData.project_user.length"/>
|
<Badge v-if="(windowWidth <= 980 || projectParameter('chat')) && projectUser.length > 0" type="normal" :count="projectData.project_user.length"/>
|
||||||
</li>
|
</li>
|
||||||
<template v-if="windowWidth > 980 && projectUser.length > 0" v-for="item in projectUser">
|
<template v-if="!(windowWidth <= 980 || projectParameter('chat')) && projectUser.length > 0" v-for="item in projectUser">
|
||||||
<li v-if="item.userid === -1" class="more">
|
<li v-if="item.userid === -1" class="more">
|
||||||
<ETooltip :content="$L('共' + (projectData.project_user.length) + '个成员')">
|
<ETooltip :content="$L('共' + (projectData.project_user.length) + '个成员')">
|
||||||
<Icon type="ios-more"/>
|
<Icon type="ios-more"/>
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
.member-list {
|
.member-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 14px;
|
margin-top: 12px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
@ -52,7 +52,7 @@
|
|||||||
> li {
|
> li {
|
||||||
position: relative;
|
position: relative;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-right: 14px;
|
margin-right: 10px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
&.member-all {
|
&.member-all {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user