Commit 9da03e91 by linjinhong

fix:修改样式

parent 26885eb1
...@@ -1203,18 +1203,36 @@ export default { ...@@ -1203,18 +1203,36 @@ export default {
</template> </template>
</el-dialog> </el-dialog>
<el-dialog <el-dialog
title="警告:无法直接生产"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
width="30%" width="30%"
@close="closeDialog" @close="closeDialog"
:close-on-click-modal="false" :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>:“自动强制生产”会让每次生产都强制生产</div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="closeDialog">取消</el-button> <el-button @click="closeDialog">取消</el-button>
<!-- <el-button @click="forcedProductionFN">强制生产</el-button> <!-- <el-button @click="forcedProductionFN">强制生产</el-button>
...@@ -1346,4 +1364,11 @@ export default { ...@@ -1346,4 +1364,11 @@ export default {
.disabledClass { .disabledClass {
display: none; display: none;
} }
::v-deep {
.el-dialog {
.el-dialog__body {
padding: 20px 50px;
}
}
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment