Browse Source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

SanHQin 1 year ago
parent
commit
50823f2542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/testPerson/test/trActivity.vue

+ 1 - 1
src/components/pages/testPerson/test/trActivity.vue

@@ -36,7 +36,7 @@
                 <div class="i_course_header">
                     <span :class="{ active: item.bool }" @click="checkBool(index)"></span>
                     <el-tooltip :content="item.title" placement="top" effect="dark">
-                        <span style="width: 350px;">{{ item.title }}</span>
+                        <span style="width: 350px;font-size: 18px;font-weight: 600;">{{ item.title }}</span>
                     </el-tooltip>
                     <el-tooltip :content="item.name" placement="top" effect="dark">
                         <span style="width: 100px;">{{ item.name }}</span>