zhangxc 4 years atrás
parent
commit
7b75fdf38e
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/css/cdss.less

+ 9 - 0
src/css/cdss.less

@@ -228,6 +228,11 @@ body{
 .longBox,.shortBox{
     padding: 4px 10px;
 }
+.diag{
+    .longBox,.shortBox{
+        padding: 0 10px;
+    }
+}
 .longBox{
     display: none;
 }
@@ -404,6 +409,7 @@ body{
 }
 .shortStrBox,.longStrBox{
     position: relative;
+    padding: 4px 0;
 }
 .longStrBox{
     display: none;
@@ -413,4 +419,7 @@ body{
     cursor: pointer;
     float: right;
     color: #3B9ED0;
+    img{
+        margin-left: 4px;
+    }
 }