Commit 11cb8ce04e612f60512ce85175b51d793ffb741b
1 parent
76eb1bf6
样式调整
Showing
2 changed files
with
11 additions
and
4 deletions
src/views/examinationPaper/edit.vue
| ... | ... | @@ -479,7 +479,7 @@ |
| 479 | 479 | </div> |
| 480 | 480 | <div slot="footer"> |
| 481 | 481 | <el-button @click="dialogTag = false">取 消</el-button> |
| 482 | - <el-button type="primary" @click="dialogTag = false">确 定</el-button> | |
| 482 | + <el-button type="primary" @click="setKnowledge">确 定</el-button> | |
| 483 | 483 | </div> |
| 484 | 484 | </el-dialog> |
| 485 | 485 | </div> |
| ... | ... | @@ -949,7 +949,7 @@ export default { |
| 949 | 949 | } else { |
| 950 | 950 | detail = |
| 951 | 951 | this.type == 1 |
| 952 | - ? this.$request.paperDetail | |
| 952 | + ? this.$request.fetchPaperDetail | |
| 953 | 953 | : this.type == 2 |
| 954 | 954 | ? this.$request.examQuestionList |
| 955 | 955 | : this.$request.periodQuestionList; |
| ... | ... | @@ -1111,13 +1111,20 @@ export default { |
| 1111 | 1111 | .content { |
| 1112 | 1112 | width: 100%; |
| 1113 | 1113 | box-sizing: border-box; |
| 1114 | - padding: 0 50px; | |
| 1114 | + padding: 0 50px 60px; | |
| 1115 | 1115 | .ml-20 { |
| 1116 | 1116 | margin-left: 20px; |
| 1117 | 1117 | } |
| 1118 | 1118 | .btn-box { |
| 1119 | + width: calc(100% - 240px); | |
| 1120 | + position: fixed; | |
| 1121 | + right: 40px; | |
| 1122 | + bottom: 20px; | |
| 1123 | + padding: 10px 0 20px; | |
| 1124 | + background: #fff; | |
| 1119 | 1125 | text-align: right; |
| 1120 | 1126 | margin-left: 140px; |
| 1127 | + z-index: 10; | |
| 1121 | 1128 | } |
| 1122 | 1129 | .tips { |
| 1123 | 1130 | height: 48px; | ... | ... |
src/views/standard/device/index.vue