Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
memberTag
memberTag-web
Commits
fadd2692
Commit
fadd2692
authored
Nov 15, 2018
by
xiaohai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分组详情页用户头像尺寸修改为40*40
parent
451e4696
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
groupTransfer.vue
src/components/groupTransfer.vue
+5
-3
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+3
-3
No files found.
src/components/groupTransfer.vue
View file @
fadd2692
...
...
@@ -140,7 +140,7 @@
</template>
<
script
>
export
default
{
name
:
"
groupSetTransfer
"
,
name
:
"
vue-gic-member-group
"
,
props
:
{
defaltSelected
:
{
type
:
Array
,
...
...
@@ -241,6 +241,7 @@
},
searchEnterFun
()
{
this
.
tableData
=
[];
this
.
getGroupList
();
},
...
...
@@ -320,6 +321,7 @@
const
that
=
this
;
let
selectedData
=
that
.
selectedData
;
if
(
selectedData
.
length
<
1
)
{
that
.
countOfCoverTotal
=
0
;
return
false
;
}
let
idsArr
=
[];
...
...
@@ -458,5 +460,4 @@
height
:
100%
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/view/memberGroup/memberGroupDetail.vue
View file @
fadd2692
...
...
@@ -670,9 +670,9 @@
}
.table-member__img
{
width
:
6
0px
;
height
:
6
0px
;
line-height
:
6
0px
;
width
:
4
0px
;
height
:
4
0px
;
line-height
:
4
0px
;
text-align
:
center
;
background
:
#F3F6F9
;
img
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment