| src/views/startexam/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/startexam/index.vue
@@ -133,10 +133,10 @@ v-for="(value, index) in subjectIds" :style="{ background: value.color }" :key="index" @click="toSubject(value.everyID, value.type, index)" > {{ index + 1 }} </el-button> --> <el-button circle @click="toSubject(value.everyID, value.type, index)" v-for="(value, index) in subjectIds" :style="{ background: value.color, color: value.fontColor }" :key="index"