闫增涛
2024-05-11 6623f323f79ba74e136eb40477bcd0d601e9e0c9
src/components/examinations/index.vue
@@ -23,7 +23,7 @@
                :style="{
                  marginTop: value.questionType == 'completion' ? '12px' : '0',
                }"
                >{{ index + 1 }}、</span
                >{{ index + 1 }}. </span
              >
              <!-- 听力进度条 -->
              <!-- <answerAudioPlayer :audioUrl="value.src" v-show="item.name == '听力题'" /> -->
@@ -872,7 +872,7 @@
        margin-top: 6px;
      }
      .el-input {
        width: 150px;
        width: 140px;
        height: 24px;
        border-top: 0;
      }
@@ -916,11 +916,15 @@
    align-items: center;
    min-width: 45%;
    margin-right: 50px;
    margin-bottom: 6px;
    white-space: pre-wrap !important;
    color: #000;
    /deep/ .el-checkbox__label {
      line-height: 1.5;
    }
  }
  /deep/ .el-radio__inner {
    border-color: #a5a3a3;
  }
  .optionContent {
    margin: 0;
@@ -932,6 +936,8 @@
}
.analysis {
  margin: 20px 0;
  width:550px;
  margin-left: 48px;
}
.el-collapse {
  width: 100%;
@@ -1018,7 +1024,7 @@
  color: #333;
}
/deep/ .el-collapse-item__content {
  width: 100%;
  width: 93%;
  padding: 0 20px;
  background-color: #f4f4f4;
  font-size: 16px;