zhouna 4 years ago
parent
commit
a1b14c2937
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/css/staticInfoOut.less
  2. 1 1
      src/js/cdssHorizontal.js

+ 1 - 0
src/css/staticInfoOut.less

@@ -336,6 +336,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
   padding-top: 25px;
   position: absolute;
   bottom: 0;
+  z-index: 1;
   p{
     color:#fff;
     text-align: center;

+ 1 - 1
src/js/cdssHorizontal.js

@@ -380,7 +380,7 @@ function renderOperationPush(list,showNum,type,hasInfo){
  
 }
 function renderDisName(){
-  $(".disName").append(`${treatDisName}`)
+  $(".disName").append(`${treatDisName||''}`)
 }
 function rendergeneraTreatPush(list){
   if(list&&list.length > 0 &&  $(".moduleItem.general").length > 0){