From cac28d7513752d5c0b7412983e7578e25177dd83 Mon Sep 17 00:00:00 2001 From: wesley <470822125@qq.com> Date: Wed, 23 Mar 2022 23:52:48 +0800 Subject: [PATCH] 问卷 用户 维度 --- src/views/QuestionBank/index.vue | 12 ++++++++++++ src/views/TestPaper/ManualTestPaper.vue | 797 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- src/views/TestPaper/TestPaperList.vue | 32 ++++++++++++++++++++++++++------ src/views/user/userlist.vue | 60 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 4 files changed, 503 insertions(+), 398 deletions(-) diff --git a/src/views/QuestionBank/index.vue b/src/views/QuestionBank/index.vue index 63cb74b..f66502f 100644 --- a/src/views/QuestionBank/index.vue +++ b/src/views/QuestionBank/index.vue @@ -257,9 +257,20 @@ placeholder="请输入答案" v-model="scope.row.optionContent" class="optionInput" + style="width:68% !important" > + + + + + + -
- - -
- - - - -
- -
- -
  • {{ i.subject }}
  • -

    加载中...

    -

    没有更多了

    -
    +
    + + +
    + + + + +
    + +
    + +
  • {{ i.subject }}
  • +

    加载中...

    +

    没有更多了

    +
    -
    -
    - -
    -
    - {{ TestPaper.TestPaperTitle }} - - -
    - -
  • - -
    -

    {{item.option}}:{{item.optionContent}}

    -
    -
  • - -
    -
    -
    - -
    -
    组卷基本信息
    - - - {{TestPaper.TestPaperTitle}} - - - {{arr2.length}} - - - 单选题:{{TestPaper.SingleNumber}} - 多选题:{{TestPaper.MultipleNumber}} - 主观题:{{TestPaper.SubjectiveNumber}} - - - {{TestPaper.TotalScore}} - - - - - - - - - - - - - - - - - - - - - - - - - 保存 - - -
    -
    -
    -
    +
    +
    + +
    +
    + {{ TestPaper.TestPaperTitle }} + + +
    + +
  • + +
    +

    {{item.option}}:{{item.optionContent}}

    +
    +
  • + +
    +
    +
    + +
    +
    组卷基本信息
    + + + {{TestPaper.TestPaperTitle}} + + + {{arr2.length}} + + + 单选题:{{TestPaper.SingleNumber}} + 多选题:{{TestPaper.MultipleNumber}} + 主观题:{{TestPaper.SubjectiveNumber}} + + + {{TestPaper.TotalScore}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + + +
    +
    +
    +
    + + .option-p { + line-height: 15px; + } + + .areahead { + text-align: center; + height: 60px; + line-height: 60px; + border-bottom: 1px solid #cdcdcd; + } + + .testPaper-manager { + margin: 10px 20px 10px 10px; + } + + .testPaper-manager .el-form-item { + margin-bottom: 20px; + } + + .el-form-item-custom { + margin-bottom: 0px !important; + } + + .testpaper-input { + //max-width: 400px; + } + \ No newline at end of file diff --git a/src/views/TestPaper/TestPaperList.vue b/src/views/TestPaper/TestPaperList.vue index d1e56f6..75b3434 100644 --- a/src/views/TestPaper/TestPaperList.vue +++ b/src/views/TestPaper/TestPaperList.vue @@ -41,12 +41,12 @@ {{ scope.row.TestPaperClassId | typeFilters}} - +