KaysonCui 4 years ago
parent
commit
d54820e18f
1 changed files with 12 additions and 6 deletions
  1. 12 6
      front/project/www/routes/paper/report/index.less

+ 12 - 6
front/project/www/routes/paper/report/index.less

@@ -197,8 +197,10 @@
   background: #fff;
 
   .body {
-    .title {
-      border-left: 10px solid #7775CA;
+    >.content {
+      >.title {
+        border-left: 10px solid #7775CA;
+      }
     }
   }
 }
@@ -208,8 +210,10 @@
   background: #fff;
 
   .body {
-    .title {
-      border-left: 10px solid #435C96;
+    >.content {
+      >.title {
+        border-left: 10px solid #435C96;
+      }
     }
   }
 }
@@ -277,8 +281,10 @@
   background: #fff;
 
   .body {
-    .title {
-      border-left: 10px solid #989FC1;
+    >.content {
+      >.title {
+        border-left: 10px solid #989FC1;
+      }
     }
 
     .tabs {