Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
8a4cc83a
Commit
8a4cc83a
authored
Aug 16, 2019
by
linking2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 收货用户名、手机号字段
修复 商品名过长时显示异常的问题
parent
efa85366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
logistics.vue
src/components/logistics.vue
+6
-3
No files found.
src/components/logistics.vue
View file @
8a4cc83a
...
...
@@ -21,7 +21,11 @@
<div
class=
"item-content"
>
<div
class=
"dl"
>
<div
class=
"dt"
>
收件地址:
</div>
<div
class=
"dd"
>
{{
item
.
receive_address
}}
</div>
<div
class=
"dd"
>
<template
v-if=
"item.receive_name"
>
{{
item
.
receive_name
}}
</
template
>
<
template
v-if=
"item.receive_mobile"
>
{{
item
.
receive_mobile
}}
</
template
>
<
template
v-if=
"item.receive_address"
>
{{
item
.
receive_address
}}
</
template
>
</div>
</div>
<div
class=
"dl"
>
<div
class=
"dt"
>
物流信息:
</div>
...
...
@@ -131,10 +135,9 @@
//border-bottom: solid 1*@toVw #E2E2E2;
border-bottom: solid 0.55px #E2E2E2;
h2 {
height:20*@toVw;
line-
height:20*@toVw;
font-size:14*@toVw;
color:rgba(51,51,51,1);
line-height:20*@toVw;
font-weight: normal;
& + h2 {
margin-top: 4*@toVw;
...
...
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