人生啊人生 1 tháng trước cách đây
mục cha
commit
bd77d68bd7
1 tập tin đã thay đổi với 8 bổ sung3 xóa
  1. 8 3
      src/view/student/trainChapter/trainChapter.vue

+ 8 - 3
src/view/student/trainChapter/trainChapter.vue

@@ -56,7 +56,8 @@
                                 <div class="menuListpParentCenter">{{ item.name }} {{ item.name }} {{ item.name }}</div>
                                 <div class="menuListpParentRight">+</div>
                             </div>
-                            <div class="menuListpChildren" v-if="item.children?.length > 0" v-for="(item_1, index_1) of item.children" :key="index_1" >
+                            <div class="menuListpChildren menuListpChildrenSelect"
+                            v-if="item.children?.length > 0" v-for="(item_1, index_1) of item.children" :key="index_1" >
                                 <div class="menuListpChildrenKong" ></div>
                                 <div class="menuListpChildrenLeft" >
                                     <div class="logoMenu" ></div>
@@ -1146,7 +1147,7 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
                         font-weight: 400;
                         font-size: 1.14rem;
                         color: #2CD36B;
-
+                        
                         .menuListpChildrenKong, .menuListpChildrenLeft, .menuListpChildrenRight {
                             display: inline-flex;
                         }
@@ -1157,7 +1158,6 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
 
                         .menuListpChildrenLeft {
                             width: 16%;
-                            height: 100%;
                             /* 水平垂直居中,支持文字自动换行 */
                             flex-direction: column;
                             justify-content: center;
@@ -1169,6 +1169,11 @@ const callbackProgressQingXiCheAndQv = (json : any) => {
                         }
 
                     }
+
+                    .menuListpChildrenSelect {
+                        color: #FFFFFF;
+                        background: linear-gradient( 90deg, rgba(39,171,151,0.6) 0%, rgba(39,171,151,0.2) 100%);
+                    }
                     
                 }