zydx-plus 1.33.428 → 1.33.429
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -382,6 +382,52 @@ let buttonNames = {
|
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
},
|
|
385
|
+
action_lesson_think: {
|
|
386
|
+
actionName: '学习思考',
|
|
387
|
+
buttonList: {
|
|
388
|
+
0: {
|
|
389
|
+
headLevel: {
|
|
390
|
+
default: "demand",
|
|
391
|
+
demand: '思考要求',
|
|
392
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
393
|
+
allClass: this.getPrefix(item) + '情况',
|
|
394
|
+
},
|
|
395
|
+
otherLevel: {
|
|
396
|
+
default: "singletonClass",
|
|
397
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
398
|
+
allClass: this.getPrefix(item) + '情况',
|
|
399
|
+
},
|
|
400
|
+
lowLevel: {
|
|
401
|
+
default: "singletonClass",
|
|
402
|
+
singletonClass: '思考任务',
|
|
403
|
+
score: '思考成绩',
|
|
404
|
+
analysis: '统计分析',
|
|
405
|
+
assessment: '素养评估',
|
|
406
|
+
power: '学习动力'
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
2: {
|
|
410
|
+
headLevel: {
|
|
411
|
+
default: "singletonClass",
|
|
412
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
413
|
+
allClass: this.getPrefix(item) + '情况',
|
|
414
|
+
},
|
|
415
|
+
otherLevel: {
|
|
416
|
+
default: "singletonClass",
|
|
417
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
418
|
+
allClass: this.getPrefix(item) + '情况',
|
|
419
|
+
},
|
|
420
|
+
lowLevel: {
|
|
421
|
+
default: "singletonClass",
|
|
422
|
+
singletonClass: '学习思考',
|
|
423
|
+
score: '思考成绩',
|
|
424
|
+
analysis: '统计分析',
|
|
425
|
+
assessment: '素养评估',
|
|
426
|
+
power: '学习动力'
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
},
|
|
385
431
|
action_lesson013: {
|
|
386
432
|
actionName: '教师答疑',
|
|
387
433
|
buttonList: {
|
|
@@ -1484,6 +1530,32 @@ let buttonNames = {
|
|
|
1484
1530
|
}
|
|
1485
1531
|
}
|
|
1486
1532
|
},
|
|
1533
|
+
action_lesson_think: {
|
|
1534
|
+
actionName: '学习思考',
|
|
1535
|
+
buttonList: {
|
|
1536
|
+
0: {
|
|
1537
|
+
headLevel: {
|
|
1538
|
+
default: "demand",
|
|
1539
|
+
demand: '思考要求',
|
|
1540
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
1541
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1542
|
+
},
|
|
1543
|
+
otherLevel: {
|
|
1544
|
+
default: "singletonClass",
|
|
1545
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
1546
|
+
allClass: this.getPrefix(item) + '情况',
|
|
1547
|
+
},
|
|
1548
|
+
lowLevel: {
|
|
1549
|
+
default: "singletonClass",
|
|
1550
|
+
singletonClass: '思考任务',
|
|
1551
|
+
score: '思考成绩',
|
|
1552
|
+
analysis: '统计分析',
|
|
1553
|
+
assessment: '素养评估',
|
|
1554
|
+
power: '学习动力'
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1487
1559
|
action_lesson013: {
|
|
1488
1560
|
actionName: '教师答疑',
|
|
1489
1561
|
buttonList: {
|
|
@@ -2347,6 +2419,35 @@ let buttonNames = {
|
|
|
2347
2419
|
}
|
|
2348
2420
|
}
|
|
2349
2421
|
},
|
|
2422
|
+
resource_lesson_think: {
|
|
2423
|
+
actionName: '学习思考',
|
|
2424
|
+
buttonList: {
|
|
2425
|
+
0: {
|
|
2426
|
+
headLevel: {
|
|
2427
|
+
default: "demand",
|
|
2428
|
+
demand: '思考要求',
|
|
2429
|
+
resourceIndex: '思考问题',
|
|
2430
|
+
review: '思考点评',
|
|
2431
|
+
analyse: '思考分析',
|
|
2432
|
+
countermeasure: this.getJobType() === 'resource_guidance' ? '指导对策' : '教学对策',
|
|
2433
|
+
assessment: '素养评估',
|
|
2434
|
+
analysis: '素养分析',
|
|
2435
|
+
proposal: '成长建议'
|
|
2436
|
+
},
|
|
2437
|
+
otherLevel: {
|
|
2438
|
+
default: "singletonClass",
|
|
2439
|
+
singletonClass: this.getCurrentPrefix(item) + '思考',
|
|
2440
|
+
allClass: this.getPrefix(item) + '思考'
|
|
2441
|
+
},
|
|
2442
|
+
lowLevel: {
|
|
2443
|
+
default: "viewResource",
|
|
2444
|
+
createResource: '创建思考',
|
|
2445
|
+
viewResource: '列表',
|
|
2446
|
+
// selectResource: '查找资源',
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2350
2451
|
resource_lesson013: {
|
|
2351
2452
|
actionName: '答疑资源',
|
|
2352
2453
|
buttonList: {
|
|
@@ -349,7 +349,7 @@ export default {
|
|
|
349
349
|
padding:0 10px;
|
|
350
350
|
}
|
|
351
351
|
.cover-img{
|
|
352
|
-
width: 300px;
|
|
352
|
+
width: 300px !important;
|
|
353
353
|
height: 260px;
|
|
354
354
|
border-radius: 3px;
|
|
355
355
|
padding: 10px;
|
|
@@ -357,6 +357,8 @@ export default {
|
|
|
357
357
|
display: flex;
|
|
358
358
|
justify-content: center;
|
|
359
359
|
align-items: center;
|
|
360
|
+
box-sizing: border-box;
|
|
361
|
+
border: 1px solid rgba(204, 204, 204, 1);
|
|
360
362
|
}
|
|
361
363
|
.cover-img>img{
|
|
362
364
|
width: 170px;
|
|
@@ -372,6 +374,10 @@ export default {
|
|
|
372
374
|
:deep(.tip-boxContent)::-webkit-scrollbar{
|
|
373
375
|
width: 0;
|
|
374
376
|
}
|
|
377
|
+
:deep(.custom-select-options) {
|
|
378
|
+
max-height: 200px !important;
|
|
379
|
+
overflow-y: scroll !important;
|
|
380
|
+
}
|
|
375
381
|
</style>
|
|
376
382
|
|
|
377
383
|
<style scoped src="./zydxStyle.css">
|