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
55b2775f
Commit
55b2775f
authored
Nov 19, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: style
parent
eddc78b6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
6 deletions
+19
-6
consumption.vue
src/components/allCustomers/consumption.vue
+10
-3
customerDetail.less
src/components/allCustomers/customerDetail.less
+2
-0
customerDetail.vue
src/components/allCustomers/customerDetail.vue
+7
-3
broke-img.png
static/img/broke-img.png
+0
-0
default-goods.png
static/img/default-goods.png
+0
-0
failed-load_img.png
static/img/failed-load_img.png
+0
-0
No files found.
src/components/allCustomers/consumption.vue
View file @
55b2775f
...
...
@@ -15,7 +15,8 @@
<div
class=
"record"
v-loading=
"fullscreenLoading"
>
<div
class=
"record-search"
>
<div
class=
"record-searchitem"
>
<el-select
v-model=
"orderType"
style=
"width:160px;"
placeholder=
"所有类型"
@
change=
"handleSearch"
>
<el-select
v-model=
"orderType"
style=
"width:160px;"
placeholder=
"所有类型"
@
change=
"handleSearch"
>
<el-option
:key=
-1
label=
"所有类型"
:value=
-1
></el-option>
<el-option
:key=
1
label=
"销售"
:value=
1
></el-option>
<el-option
:key=
2
label=
"退货"
:value=
2
></el-option>
...
...
@@ -97,7 +98,13 @@
</template>
<
template
v-else
>
<div
class=
"good-info"
v-if=
"colunm.prop==='productName'"
>
<img
:src=
"row.imageUrl ? row.imageUrl : './static/img/default.png'"
alt=
""
>
<el-image
fit=
"cover"
:src=
"row.imageUrl ? row.imageUrl : './static/img/default-goods.png'"
>
<div
slot=
"error"
class=
"image-slot"
>
<img
width=
"60"
:src=
"require('../../../static/img/broke-img.png')"
alt=
""
/>
</div>
</el-image>
<div
class=
"info-detail"
>
<p
class=
"good-name"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"row.productName"
...
...
@@ -462,7 +469,7 @@ p {
.good-info
{
position
:
relative
;
padding-left
:
70px
;
img
{
.el-image
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
src/components/allCustomers/customerDetail.less
View file @
55b2775f
...
...
@@ -52,6 +52,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 35px;
height: 16px;
padding-right: 2px;
...
...
@@ -67,6 +68,7 @@
.maskOperation {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
height: 34px;
transform: translateY(43px);
...
...
src/components/allCustomers/customerDetail.vue
View file @
55b2775f
...
...
@@ -14,14 +14,18 @@
<div
class=
"flex-wrap max1600"
>
<div
class=
"left"
>
<div
class=
"user-avatar"
v-loading=
"imgLoading"
>
<div
class=
"tag"
>
冻结
</div>
<div
class=
"tag"
v-if=
"member.frozenStatus"
>
冻结
</div>
<div
class=
"maskOperation"
>
<span
@
click=
"updateImgUrl"
>
刷新头像
</span><i
class=
"vertical-line"
></i>
<router-link
tag=
"span"
:to=
"`/photo-album?memberId=$
{memberId}
&
from=1`">会员相册
</router-link>
</div>
<img
class=
"user-avatar-img"
:src=
"member.thirdImgUrl ? member.thirdImgUrl : defaultImg"
alt=
""
>
<el-image
fit=
"cover"
class=
"user-avatar-img"
:src=
"member.thirdImgUrl ? member.thirdImgUrl : defaultImg"
>
<div
slot=
"error"
class=
"image-slot"
>
<img
width=
"120"
:src=
"require('../../../static/img/broke-img.png')"
alt=
""
/>
</div>
</el-image>
</div>
</div>
<div
class=
"right"
>
...
...
static/img/broke-img.png
0 → 100644
View file @
55b2775f
4.55 KB
static/img/default-goods.png
0 → 100644
View file @
55b2775f
1.13 KB
static/img/failed-load_img.png
0 → 100644
View file @
55b2775f
4.55 KB
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