From d2cf95cf98f5622f0df847bde05055d2534297dc Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 18 七月 2024 18:29:40 +0800
Subject: [PATCH] 修改消息样式
---
index.html | 4 ++++
src/components/do/b1-inspect-order-plan/Inspection.vue | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 08e3452..fea4cf1 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,10 @@
max-height: 70vh !important;
overflow-y: scroll !important;
}
+ .el-message-box__message{
+ max-height: 500px !important;
+ overflow-y: scroll !important;
+ }
</style>
</head>
<body>
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 1d3b6c3..3c255f2 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -306,7 +306,7 @@
<span style="margin-left: 4px;">%</span>
</el-form-item>
</el-form>
- <el-button type="primary" size="small">缂栬緫鏁伴噰</el-button>
+ <!-- <el-button type="primary" size="small">缂栬緫鏁伴噰</el-button> -->
</div>
</div>
<div class="center-box" id="nav" v-loading="tableLoading" v-if="!tableLists.find(m=>m.templateId==currentTable)||tableLists.find(m=>m.templateId==currentTable).templateName!='娓╁害寰幆妫�楠屽師濮嬭褰�'">
@@ -2143,7 +2143,7 @@
}
newData.push(h('p', {style: 'font-size: 14px;color: red;'}, (Number(i)+1)+'銆�'+res.data[i]))
}
- newData.push(h('p', { style: 'font-size: 16px;color:#000;margin-top:12px' },'浠ヤ笂椤圭洰涓嶅悎鏍硷紝纭畾鎻愪氦锛�'))
+ newData.push(h('p', { style: 'font-size: 16px;color:#000;margin-top:12px;overflow-y: auto;max-height:80vh' },'浠ヤ笂椤圭洰涓嶅悎鏍硷紝纭畾鎻愪氦锛�'))
this.$confirm('鎻愮ず',{
title:'鎻愮ず',
message: h('div', null, newData),
--
Gitblit v1.9.3