|
@@ -67,17 +67,17 @@
|
67
|
67
|
<Question
|
68
|
68
|
ref="Question"
|
69
|
69
|
:gameId='gameId'
|
70
|
|
- @handleAddQuestion='questionId = undefined'
|
71
|
|
- @handleCloseQuestion='questionId = undefined'
|
72
|
|
- @handleEditQuestion='handleEditQuestion'
|
|
70
|
+ @handleAddQuestion="questionId = undefined"
|
|
71
|
+ @handleCloseQuestion="questionId = undefined"
|
|
72
|
+ @handleEditQuestion="handleEditQuestion"
|
73
|
73
|
/>
|
74
|
74
|
</el-col>
|
75
|
75
|
<el-col :span="12">
|
76
|
76
|
<QuestionEdit
|
77
|
77
|
ref="QuestionEdit"
|
78
|
|
- :questionId='questionId'
|
79
|
|
- :gameId='gameId'
|
80
|
|
- :resultMode='gameForm.resultMode'
|
|
78
|
+ :questionId="questionId"
|
|
79
|
+ :gameId="gameId"
|
|
80
|
+ :resultMode="gameForm.resultMode"
|
81
|
81
|
@handleRefreshQuestion="handleRefreshQuestion"
|
82
|
82
|
@handleEditQuestion="handleEditQuestion"
|
83
|
83
|
/>
|
|
@@ -198,7 +198,7 @@ export default {
|
198
|
198
|
}
|
199
|
199
|
}
|
200
|
200
|
</script>
|
201
|
|
-<style>
|
|
201
|
+<style scoped>
|
202
|
202
|
.gameForm{
|
203
|
203
|
width: 700px;
|
204
|
204
|
margin: auto;
|