liuyg
2021-11-22 9ca15d131378b452ce8e78ae645ffc8fca487cd9
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)"
                  >&nbsp;{{ index + 1 }}&nbsp;</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"