|
@@ -89,13 +89,19 @@
|
|
|
@change="upRaceOver"
|
|
|
:placeholder="'可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。'"
|
|
|
></editor-bar>
|
|
|
- <div class="fullCss">
|
|
|
+ <!-- <div class="fullCss">
|
|
|
<img
|
|
|
src="../../../../assets/full.png"
|
|
|
class="full"
|
|
|
- @click="fullTools(1,'可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。')"
|
|
|
+ @click="
|
|
|
+ fullTools(
|
|
|
+ raceOver.driQuestion.brief,
|
|
|
+ 1,
|
|
|
+ '可包括阶段性问题和学科问题:阶段性问题是指在核心问题解决的不同阶段,通过提出驱动性问题,明确阶段子任务。学科问题是指从不同学科的角度以及分解和提出要研究解决的主要问题。'
|
|
|
+ )
|
|
|
+ "
|
|
|
/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="basic_box">
|
|
@@ -163,15 +169,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="add_info_box">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 上传附件
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload($event, null, 0)"
|
|
|
- />
|
|
|
- </button>
|
|
|
+ <div class="upTips">
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 上传附件
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload($event, null, 0)"
|
|
|
+ />
|
|
|
+ </button>
|
|
|
+ <div>
|
|
|
+ 上传文件大小限制为10M,Excel、Word、PPT上传大小限制为5M。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div v-if="raceOver.driQuestion.data.proVisible" class="mask">
|
|
|
<div class="progressBox">
|
|
@@ -211,13 +222,19 @@
|
|
|
@change="upRaceOver"
|
|
|
:placeholder="'学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述'"
|
|
|
></editor-bar>
|
|
|
- <div class="fullCss">
|
|
|
+ <!-- <div class="fullCss">
|
|
|
<img
|
|
|
src="../../../../assets/full.png"
|
|
|
class="full"
|
|
|
- @click="fullTools(2,'学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述')"
|
|
|
+ @click="
|
|
|
+ fullTools(
|
|
|
+ raceOver.tarDesign.brief,
|
|
|
+ 2,
|
|
|
+ '学习目标提倡用核心素养来分类概括再描述,具体表述时应行为化、具体化、操作化,可以用“通过什么,达到什么,培养什么”的句式来进行表述'
|
|
|
+ )
|
|
|
+ "
|
|
|
/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="basic_box">
|
|
@@ -285,15 +302,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="add_info_box">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 上传附件
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload($event, null, 1)"
|
|
|
- />
|
|
|
- </button>
|
|
|
+ <div class="upTips">
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 上传附件
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload($event, null, 1)"
|
|
|
+ />
|
|
|
+ </button>
|
|
|
+ <div>
|
|
|
+ 上传文件大小限制为10M,Excel、Word、PPT上传大小限制为5M。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div v-if="raceOver.tarDesign.data.proVisible" class="mask">
|
|
|
<div class="progressBox">
|
|
@@ -332,13 +354,19 @@
|
|
|
@change="upRaceOver"
|
|
|
:placeholder="'项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。'"
|
|
|
></editor-bar>
|
|
|
- <div class="fullCss">
|
|
|
+ <!-- <div class="fullCss">
|
|
|
<img
|
|
|
src="../../../../assets/full.png"
|
|
|
class="full"
|
|
|
- @click="fullTools(3,'项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。')"
|
|
|
+ @click="
|
|
|
+ fullTools(
|
|
|
+ raceOver.actiDesign.brief,
|
|
|
+ 3,
|
|
|
+ '项目学习评价方式需要体现过程性评价与总结性评价相结合,积极使用表现性评价。本次征集案例中,需要将学生的作品和报告作为附件呈现作品评价。'
|
|
|
+ )
|
|
|
+ "
|
|
|
/>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="basic_box">
|
|
@@ -406,15 +434,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="add_info_box">
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 上传附件
|
|
|
- <input
|
|
|
- type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
- style="display: none"
|
|
|
- @change="beforeUpload($event, null, 2)"
|
|
|
- />
|
|
|
- </button>
|
|
|
+ <div class="upTips">
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 上传附件
|
|
|
+ <input
|
|
|
+ type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document,video/mp4, video/quicktime, video/x-msvideo,image/*"
|
|
|
+ style="display: none"
|
|
|
+ @change="beforeUpload($event, null, 2)"
|
|
|
+ />
|
|
|
+ </button>
|
|
|
+ <div>
|
|
|
+ 上传文件大小限制为10M,Excel、Word、PPT上传大小限制为5M。
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div v-if="raceOver.actiDesign.data.proVisible" class="mask">
|
|
|
<div class="progressBox">
|
|
@@ -500,15 +533,10 @@
|
|
|
:before-close="handleClose"
|
|
|
class="dialog_diy fullEditor"
|
|
|
>
|
|
|
- <editor-bar
|
|
|
- v-model="fullBrief"
|
|
|
- :placeholder="plaText"
|
|
|
- ></editor-bar>
|
|
|
+ <editor-bar v-model="fullBrief" :placeholder="plaText"></editor-bar>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="full = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addFullText"
|
|
|
- >确定</el-button
|
|
|
- >
|
|
|
+ <el-button type="primary" @click="addFullText">确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -538,9 +566,9 @@ export default {
|
|
|
full: false,
|
|
|
line: "",
|
|
|
lineCount: 0,
|
|
|
- fullBrief:"",
|
|
|
- plaText:"",
|
|
|
- isBrief:0,
|
|
|
+ fullBrief: "",
|
|
|
+ plaText: "",
|
|
|
+ isBrief: 0,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -559,9 +587,7 @@ export default {
|
|
|
console.log(val);
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
- upFullBrief(){
|
|
|
-
|
|
|
- },
|
|
|
+ upFullBrief() {},
|
|
|
addImg(e) {
|
|
|
var el = e.currentTarget;
|
|
|
el.getElementsByTagName("input")[0].click();
|
|
@@ -926,17 +952,18 @@ export default {
|
|
|
this.lineType = 1;
|
|
|
this.dialogVisible1 = true;
|
|
|
},
|
|
|
- fullTools(t,text) {
|
|
|
+ fullTools(b, t, text) {
|
|
|
+ this.fullBrief = b;
|
|
|
this.isBrief = t;
|
|
|
this.plaText = text;
|
|
|
this.full = !this.full;
|
|
|
},
|
|
|
- addFullText(){
|
|
|
- if(this.isBrief == 1){
|
|
|
+ addFullText() {
|
|
|
+ if (this.isBrief == 1) {
|
|
|
this.raceOver.driQuestion.brief = this.fullBrief;
|
|
|
- }else if(this.isBrief == 2){
|
|
|
+ } else if (this.isBrief == 2) {
|
|
|
this.raceOver.tarDesign.brief = this.fullBrief;
|
|
|
- }else if(this.isBrief == 3){
|
|
|
+ } else if (this.isBrief == 3) {
|
|
|
this.raceOver.actiDesign.brief = this.fullBrief;
|
|
|
}
|
|
|
this.isBrief = 0;
|
|
@@ -959,6 +986,12 @@ export default {
|
|
|
.fullCss {
|
|
|
right: 15% !important;
|
|
|
}
|
|
|
+ .fullEditor >>> .el-dialog__footer {
|
|
|
+ padding: 3% 20px 20px !important;
|
|
|
+ }
|
|
|
+ .upTips {
|
|
|
+ align-items: flex-start !important;
|
|
|
+ }
|
|
|
}
|
|
|
.dialog_diy >>> .el-dialog__header {
|
|
|
background: #3c3c3c !important;
|
|
@@ -1131,14 +1164,14 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
padding: 0 10px 5px 10px;
|
|
|
- height: 140px;
|
|
|
+ height: 125px;
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
|
|
|
.chapter_upload {
|
|
|
height: 50px;
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 8px;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -1439,11 +1472,31 @@ export default {
|
|
|
right: 12%;
|
|
|
top: 9px;
|
|
|
}
|
|
|
-.fullEditor>>>.text{
|
|
|
- height: 700px !important;
|
|
|
+.fullEditor >>> .text {
|
|
|
+ height: 100% !important;
|
|
|
}
|
|
|
-.fullEditor>>>.el-dialog{
|
|
|
+.fullEditor >>> .el-dialog {
|
|
|
margin: 0 !important;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+.fullEditor >>> .el-dialog__body {
|
|
|
+ height: 70%;
|
|
|
+}
|
|
|
+.fullEditor >>> .editor {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.fullEditor >>> .el-dialog__footer {
|
|
|
+ padding: 2% 20px 20px !important;
|
|
|
+}
|
|
|
+.upTips {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ align-items: baseline;
|
|
|
+}
|
|
|
+.upTips > div {
|
|
|
+ margin-left: 10px;
|
|
|
+ color: #999;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
</style>
|