Browse Source

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

wenmenghao 11 tháng trước cách đây
mục cha
commit
ab90ae1d08
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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>