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
663cd9c1
Commit
663cd9c1
authored
Apr 15, 2026
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 申请补胚样式修改
parent
4e37801d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
src/views/order/factoryOrderNew/component/OperateDetailsDialog.vue
+15
-3
No files found.
src/views/order/factoryOrderNew/component/OperateDetailsDialog.vue
View file @
663cd9c1
...
...
@@ -48,6 +48,7 @@
:show-sku=
"false"
:show-product-info=
"false"
:image-field=
"'variantImage'"
:padding-top=
"'100%'"
>
<template
#
bottom_left
>
<span
...
...
@@ -226,12 +227,19 @@
</div>
</div>
<
template
#
footer
>
<div
style=
"text-align: center"
>
<div
class=
"dialog-footer"
>
<div
style=
"font-size: 14px"
>
已选择
<strong
style=
"color: red"
>
{{
selectedItems
.
length
}}
</strong>
条数据
</div>
<div
style=
"margin: 0 auto"
>
<ElButton
@
click=
"visible = false"
>
取消
</ElButton>
<ElButton
type=
"primary"
:loading=
"submitting"
@
click=
"handleConfirm"
>
确定
</ElButton>
</div>
</div>
</
template
>
</ElDialog>
</template>
...
...
@@ -385,7 +393,7 @@ defineExpose({ open })
.operate-order-card-grid
{
display
:
grid
;
grid-template-columns
:
repeat
(
6
,
1
fr
);
grid-template-columns
:
repeat
(
5
,
1
fr
);
grid-template-rows
:
max-content
;
gap
:
12px
;
overflow-y
:
auto
;
...
...
@@ -412,7 +420,7 @@ defineExpose({ open })
.card-info-grid
{
display
:
grid
;
grid-template-columns
:
1
fr
9
0px
;
grid-template-columns
:
1
fr
12
0px
;
gap
:
4px
;
font-size
:
12px
;
margin-top
:
6px
;
...
...
@@ -526,4 +534,8 @@ defineExpose({ open })
font-size
:
15px
;
}
}
.dialog-footer
{
display
:
flex
;
align-items
:
center
;
}
</
style
>
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