Quellcode durchsuchen

Merge branch 'dev/v1.0.51_zsy' of jianyu/web into feature/v1.0.51

zhangsiya vor 1 Jahr
Ursprung
Commit
a4c672670b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      apps/bigmember_pc/src/components/push-list/ProjectProgressList.vue

+ 2 - 2
apps/bigmember_pc/src/components/push-list/ProjectProgressList.vue

@@ -559,13 +559,13 @@ export default {
   .el-icon-jy-time {
   .el-icon-jy-time {
     display: none;
     display: none;
   }
   }
-  .item_class > .a-i-left {
+  .item_class .a-i-left {
     max-width: min-content;
     max-width: min-content;
     display: flex;
     display: flex;
     justify-content: flex-start;
     justify-content: flex-start;
     align-items: center;
     align-items: center;
   }
   }
-  .item_class > .a-i-left::after {
+  .item_class .a-i-left::after {
     content: '';
     content: '';
     display: block;
     display: block;
     width: 8px;
     width: 8px;