liuyg
2021-11-22 9ca15d131378b452ce8e78ae645ffc8fca487cd9
+适应1366*768分辨率-上一提交中
1 files modified
2 ■■■ changed files
src/views/startexam/index.vue 2 ●●● 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)"
                  >&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"