Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
3d5da2cc
Commit
3d5da2cc
authored
Dec 08, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 身形图片不显示
parent
c7b41ece
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
customerDetail.less
src/components/allCustomers/customerDetail.less
+6
-4
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+4
-2
No files found.
src/components/allCustomers/customerDetail.less
View file @
3d5da2cc
...
...
@@ -503,11 +503,16 @@
}
.dictFigure-wrap {
display: flex;
gap: 39px;
justify-content: flex-start;
flex-wrap: wrap;
.dictFigure-item {
display: flex;
width: 134px;
height: 68px;
margin-bottom: 20px;
&.dictFigure-item{
margin-left: 39px;
}
.img-wrap {
width: 68px;
height: 68px;
...
...
@@ -515,9 +520,6 @@
background: #f5f7fa;
text-align: center;
}
img {
height: 100%;
}
.right {
display: flex;
flex-direction: column;
...
...
src/components/allCustomers/customerDetail.vue
View file @
3d5da2cc
...
...
@@ -397,8 +397,10 @@
<
template
v-for=
"item in tagAndRemarkInfo.dictFigureList"
>
<li
:key=
"item"
class=
"dictFigure-item"
>
<div
v-if=
"item.imageUrl"
class=
"img-wrap"
>
<img
:alt=
"item.dictName"
:src=
"`./static/img/body-shape-$
{member.memberGender===1?'man':'woman'}/${item.imageUrl}`">
<el-image
style=
"width: 68px; height: 68px"
:src=
"`./static/img/body-shape-$
{member.memberGender===1?'man':'woman'}/${item.imageUrl}`"
fit="contain">
</el-image>
</div>
<div
class=
"right"
>
<p
class=
"dict-name"
>
...
...
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