|
|
@@ -6082,10 +6082,7 @@ else{
|
|
|
this.$notify.info({
|
|
|
title: Name,
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- type: 'warning',
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ type: 'warning',
|
|
|
message: Msg,
|
|
|
customClass: "customNotifyClass",
|
|
|
duration: 7000,
|
|
|
@@ -6834,6 +6831,7 @@ else{
|
|
|
title: '通融单',
|
|
|
duration: 0,
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
+ customClass: "customStyle",
|
|
|
message: `<div> ${
|
|
|
res.data.warnMessageList.map(item=>{
|
|
|
return `<p>${
|
|
|
@@ -8676,6 +8674,9 @@ else{
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
|
+.customStyle{
|
|
|
+ width: 330px;
|
|
|
+}
|
|
|
.styleB .el-upload--picture-card {
|
|
|
// display: none;
|
|
|
opacity: 0;
|