闫增涛
2025-04-14 2cac4a0f4ea0b1cf7bff4759fae8136c72792563
src/assets/style/examination.less
@@ -45,13 +45,13 @@
    text-indent: 0em !important;
    margin-left: 20px;
    /deep/ .el-textarea__inner:focus {
    .el-textarea__inner:focus {
      border-color: #15c0f2;
    }
  }
  .input {
    /deep/ .el-input__inner {
    .el-input__inner {
      height: 26px;
    }
  }
@@ -186,11 +186,11 @@
          border-bottom: 1px solid #000;
        }
        /deep/ .el-textarea.is-disabled .el-textarea__inner {
        .el-textarea.is-disabled .el-textarea__inner {
          background-color: #fff;
        }
        /deep/ .el-input.is-disabled .el-input__inner {
        .el-input.is-disabled .el-input__inner {
          background-color: #fff;
        }
@@ -199,11 +199,8 @@
          align-items: center;
        }
      }
      ::v-deep {
        .el-input__wrapper {
          border-top: 0 !important;
        }
      }
    }
@@ -232,12 +229,12 @@
      white-space: pre-wrap !important;
      color: #000;
      /deep/ .el-checkbox__label {
      .el-checkbox__label {
        line-height: 1.5;
      }
    }
    /deep/ .el-radio__inner {
    .el-radio__inner {
      border-color: #a5a3a3;
    }
@@ -262,7 +259,7 @@
  /** 解析 */
  .objective {
    /deep/ .el-collapse-item__header {
    .el-collapse-item__header {
      min-height: 48px;
      height: min-content;
      padding: 0 20px;
@@ -332,11 +329,8 @@
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              ::v-deep {
                img {
                  max-height: 48px;
                }
              }
            }
          }
@@ -352,11 +346,11 @@
    }
  }
  /deep/ .el-collapse-item__header:focus:not(:hover) {
  .el-collapse-item__header:focus:not(:hover) {
    color: #333;
  }
  /deep/ .el-collapse-item__content {
  .el-collapse-item__content {
    width: 93%;
    padding: 0 20px;
    background-color: #f4f4f4;
@@ -364,7 +358,7 @@
    color: #333;
  }
  /deep/ .el-collapse-item__arrow {
  .el-collapse-item__arrow {
    display: none;
  }
@@ -378,7 +372,7 @@
  }
  .subjective {
    /deep/ .el-collapse-item__header {
    .el-collapse-item__header {
      height: 80px;
      background-color: #f4f4f4;
      width: 100%;
@@ -457,7 +451,7 @@
    height: min-content;
    margin-bottom: 6px;
    /deep/ img {
    img {
      margin-left: 10px;
      object-fit: contain;
      vertical-align: middle;
@@ -480,13 +474,11 @@
  }
  .titleTextArea {
    ::v-deep {
      img,
      .el-image__inner {
        max-width: 150px !important;
        max-height: 100px !important;
        object-fit: contain;
      }
    }
  }
@@ -636,7 +628,7 @@
    object-fit: contain;
  }
  /deep/ .examination-math {
  .examination-math {
    display: flex;
    align-items: center;
    flex-wrap: wrap;