licp
2024-07-18 d2cf95cf98f5622f0df847bde05055d2534297dc
修改消息样式
已修改2个文件
8 ■■■■ 文件已修改
index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/Inspection.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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),