@@ -200,7 +200,7 @@
}
setTimeout(function() {
let currentToolBar = that.$refs['singleOption' + index][0].children[0]
- if(currentToolBar.clientWidth < 850){
+ if(currentToolBar.clientWidth < 650){
currentToolBar.style.top = '-90px'
currentToolBar.style.visibility = 'visible'
@@ -199,7 +199,7 @@
@@ -198,7 +198,7 @@
@@ -293,7 +293,7 @@
setTimeout(function () {
let currentToolBar = that.$refs['voteOption' + index][0].children[0]
console.log(currentToolBar.clientWidth)
@@ -89,8 +89,7 @@ export default {
code:paper.code,
blob:paper.blob,
scope:paper.scope,
- scoring:paper.scoring,
- points:paper.points,
+ points:paper.points || [],
periodId:paper.periodId,
gradeIds:paper.gradeIds,
subjectId:paper.subjectId,
@@ -69,7 +69,7 @@
let currentToolBar = that.$refs['editor' + index][0].children[0]
@@ -260,7 +260,7 @@
@@ -225,7 +225,7 @@