Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
2f578134
Commit
2f578134
authored
Dec 12, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式优化
parent
37761d6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/components/ShipmentOrderDetail.vue
+6
-0
src/views/AccountStatementNote.vue
+2
-2
No files found.
src/components/ShipmentOrderDetail.vue
View file @
2f578134
...
...
@@ -127,9 +127,15 @@ const copy = (text: string) => {
gap
:
10
px
;
grid
-
template
-
columns
:
repeat
(
2
,
1
fr
);
}
.
order
-
list
-
expand_item
:
not
(:
last
-
child
)
{
border
-
bottom
:
1
px
solid
#
eee
;
padding
:
10
px
0
;
margin
-
bottom
:
10
px
;
}
.
order
-
list
-
expand_item_img
{
width
:
100
px
;
height
:
100
px
;
border
:
1
px
solid
#
eee
;
}
.
order
-
list
-
expand_item_info_title
{
height
:
30
px
;
...
...
src/views/AccountStatementNote.vue
View file @
2f578134
...
...
@@ -259,7 +259,7 @@
<
el
-
table
-
column
label
=
"水单"
header
-
align
=
"center"
prop
=
"
actual_amoun
t"
prop
=
"
water_lis
t"
width
=
"100"
align
=
"center"
show
-
overflow
-
tooltip
...
...
@@ -588,7 +588,7 @@
<
ElDrawer
v
-
model
=
"shipmentOrderDetailDrawerVisible"
title
=
"发货单详情"
size
=
"
3
0%"
size
=
"
5
0%"
>
<
shipmentOrderDetailInfo
:
detail
=
"shipmentOrderDetail"
/>
<
/ElDrawer
>
...
...
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