Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
9da03e91
Commit
9da03e91
authored
Mar 27, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改样式
parent
26885eb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
5 deletions
+30
-5
src/views/design/head/index.vue
+30
-5
No files found.
src/views/design/head/index.vue
View file @
9da03e91
...
...
@@ -1203,18 +1203,36 @@ export default {
<
/template>
<
/el-dialog>
<
el
-
dialog
title
=
"警告:无法直接生产"
:
visible
.
sync
=
"dialogVisible"
width
=
"30%"
@
close
=
"closeDialog"
:
close
-
on
-
click
-
modal
=
"false"
>
<
div
>
素材效果已经超出台版范围,无法直接打印。请更换打印设
备,或者进行强制生产
<
template
slot
=
"title"
>
<
div
style
=
"display:flex;align-items:center;gap:8px;"
>
<!--
红色圆形
X
图标
-->
<
i
class
=
"el-icon-error"
style
=
"font-size:20px;color:#f56c6c;margin-right: 8px;"
><
/i>
<
span
style
=
"font-weight: bold;"
>
无法直接生产
<
/span>
<
/div>
<
/template>
<
div
style
=
"font-size: 16px; line-height: 1.6; padding: 10px 0;font-weight: bold;color: #333;"
>
<!--
核心提示:加粗
+
红色,突出重点
-->
<
div
style
=
" "
>
素材效果已经超出台版范围,无法直接打印。
请更换打印设备,或者进行强制生产
<
/div>
<!--
备注:灰色
+
小字号,弱化处理
-->
<
div
style
=
""
>
注
:
“自动强制生产”会让每次生产都强制生产
<
/div>
<
/div>
<
div
>
注
:
“自动强制生产”会让每次生产都强制生产
<
/div>
<
span
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
@
click
=
"closeDialog"
>
取消
<
/el-button>
<!--
<
el
-
button
@
click
=
"forcedProductionFN"
>
强制生产
<
/el-button>
...
...
@@ -1346,4 +1364,11 @@ export default {
.
disabledClass
{
display
:
none
;
}
::
v
-
deep
{
.
el
-
dialog
{
.
el
-
dialog__body
{
padding
:
20
px
50
px
;
}
}
}
<
/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