Browse Source

修改颜色

lex-xin 4 years ago
parent
commit
187882ad8a

+ 2 - 1
src/views/teamDetail/componentCourse/studentRollCall.vue

@@ -31,7 +31,8 @@
           <template slot-scope="scope">
             <div>
               {{scope.row.username}}
-               <span style="color: #f56c6c">({{scope.row.userId}})</span>
+               <span >({{scope.row.userId}})</span>
+               <!-- style="color: #f56c6c" -->
             </div>
           </template>
         </el-table-column>

+ 1 - 1
src/views/teamDetail/componentCourse/teacherList.vue

@@ -9,7 +9,7 @@
         <template slot-scope="scope">
           <div>
             <span>{{scope.row.teacherName}}</span><br/>
-             <span style="color: #f56c6c">(<copy-text>{{scope.row.teacherId}}</copy-text>)</span>
+             <span>(<copy-text>{{scope.row.teacherId}}</copy-text>)</span><!-- style="color: #f56c6c"-->
           </div>
         </template>
       </el-table-column>