【修改】修改bug

This commit is contained in:
zhoulingpo
2023-04-28 11:41:17 +08:00
parent 6499712caf
commit 83acaf9dc9
8 changed files with 64 additions and 21 deletions
+12
View File
@@ -62,4 +62,16 @@
color: #1890FF ;
cursor: pointer;
}
.reportName{
max-height: 500px;
}
.reportName el-message-box__content .el-message-box__message{
overflow: scroll;
}
.reportName .el-message-box__message p{
word-break: break-word;
max-height: 300px;
overflow: auto;
}