@@ -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>
@@ -9,7 +9,7 @@
<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"-->