zhouna 3 years atrás
parent
commit
ca74385892
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/css/cdss.less

+ 3 - 2
src/css/cdss.less

@@ -230,12 +230,12 @@ body{
     cursor: pointer;
     display: none;
 }
-.pushItemBox
 .showMore,.showLess{
     display: inline-block;
     cursor: pointer;
-    float: right;
     color: #3B9ED0;
+    position: absolute;
+    right: 14px;
 }
 .moduleTitle{
     height: 35px;
@@ -288,6 +288,7 @@ body{
     position: relative;
 }
 .moduleItem{
+    position: relative;
     border-radius: 8px;
     box-shadow: 0px 5px 5px 0px @shadowColor;
     margin-bottom: 10px;