|
@@ -562,6 +562,12 @@ function goDetails(item){
|
|
|
:deep(img) {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
+ :deep(table) {
|
|
|
+ max-width: 100% !important;
|
|
|
+ }
|
|
|
+ :deep(div) {
|
|
|
+ max-width: 100% !important;
|
|
|
+ }
|
|
|
:deep(span) {
|
|
|
font-size: 36px !important;
|
|
|
line-height: 1.8 !important;
|
|
@@ -621,6 +627,9 @@ function goDetails(item){
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ :deep(.report-drag-item-wrap_child-wrap) {
|
|
|
+ display: block !important;
|
|
|
+ }
|
|
|
}
|
|
|
.right-fix-box {
|
|
|
position: fixed;
|