洪海涛 4 년 전
부모
커밋
7b1de2b156
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/box.vue

+ 5 - 1
src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/box.vue

@@ -48,7 +48,7 @@ export default {
 <style scoped lang="less">
 .report-title {
   position: relative;
-  padding-bottom: 20px;
+  padding-bottom: 10px;
   line-height: 20px;
   color: #333;
 
@@ -63,6 +63,7 @@ export default {
 
   .report-title-text {
     position: relative;
+    font-weight: 500;
     top: -5px;
   }
 
@@ -84,5 +85,8 @@ export default {
   padding: 0 5px;
   font-weight: 400;
 }
+/deep/.el-card__body{
+  padding: 10px;
+}
 
 </style>