Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
105f958a
authored
Nov 16, 2023
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复样式问题
parent
f1badd5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
pages/recordDetail/index.vue
+1
-1
pages/records/index.vue
+10
-0
No files found.
pages/recordDetail/index.vue
View file @
105f958a
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<
li
>
<
li
>
<
label
>
运单信息:
<
/label
>
<
label
>
运单信息:
<
/label
>
<
div
class
=
"record-detail__tracking-info"
>
<
div
class
=
"record-detail__tracking-info"
>
<
p
>
{{
detailInfo
.
trackingCompany
}}
<
/p
>
<
p
v
-
if
=
"detailInfo.trackingCompany"
>
{{
detailInfo
.
trackingCompany
}}
<
/p
>
<
span
v
-
if
=
"detailInfo.trackingNo"
>
<
span
v
-
if
=
"detailInfo.trackingNo"
>
{{
detailInfo
.
trackingNo
}}
{{
detailInfo
.
trackingNo
}}
<
span
class
=
"record-detail__copy-btn"
@
click
=
"onCopy(detailInfo.trackingNo)"
<
span
class
=
"record-detail__copy-btn"
@
click
=
"onCopy(detailInfo.trackingNo)"
...
...
pages/records/index.vue
View file @
105f958a
...
@@ -184,6 +184,7 @@ export default {
...
@@ -184,6 +184,7 @@ export default {
}
}
&
__item-middle
{
&
__item-middle
{
display
:
flex
;
display
:
flex
;
overflow
:
hidden
;
&img
{
&img
{
width
:
55px
;
width
:
55px
;
height
:
55px
;
height
:
55px
;
...
@@ -197,10 +198,15 @@ export default {
...
@@ -197,10 +198,15 @@ export default {
}
}
}
}
&
info
{
&
info
{
flex
:
1
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
margin-left
:
10px
;
margin-left
:
10px
;
.title
{
.title
{
width
:
220px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
line-height
:
20px
;
line-height
:
20px
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
...
@@ -223,6 +229,10 @@ export default {
...
@@ -223,6 +229,10 @@ export default {
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-bottom
:
12px
;
margin-bottom
:
12px
;
&title
{
&title
{
width
:
85%
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
...
...
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