소스 검색

提交工作桌面下兼容样式处理

wenmenghao 11 달 전
부모
커밋
ab90ae1d08
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      jydocs-pc/src/components/SelectedRecommend.vue

+ 9 - 0
jydocs-pc/src/components/SelectedRecommend.vue

@@ -199,4 +199,13 @@ export default {
     }
   }
 }
+.in-app{
+  .hot-keep-group{
+    justify-content: flex-start !important;
+    .card-item{
+      margin-right: 10px;
+    }
+
+  }
+}
 </style>