|
@@ -1342,7 +1342,7 @@
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
v-if="tool.tool[0] == 32"
|
|
|
- style="position: absolute; right: 30px; top: 30px"
|
|
|
+ style="position: absolute; right: 30px; top: -30px"
|
|
|
@click="addImg($event)"
|
|
|
>上传作业<input
|
|
|
type="file"
|
|
@@ -1353,7 +1353,7 @@
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
v-if="tool.tool[0] == 15"
|
|
|
- style="position: absolute; right: 30px; top: 30px"
|
|
|
+ style="position: absolute; right: 30px; top: -30px"
|
|
|
@click="openWordCloud(toolIndex)"
|
|
|
>生成词云</el-button
|
|
|
>
|
|
@@ -1362,7 +1362,7 @@
|
|
|
v-if="
|
|
|
tool.tool[0] == 16 && worksStudent[toolIndex].length > 0
|
|
|
"
|
|
|
- style="position: absolute; right: 30px; top: 30px"
|
|
|
+ style="position: absolute; right: 30px; top: -30px"
|
|
|
@click="uploadWorks(toolIndex)"
|
|
|
>导出作业</el-button
|
|
|
>
|
|
@@ -20619,7 +20619,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.filebox .tooldetail {
|
|
|
- width: calc(100% - 280px);
|
|
|
+ width: calc(100%);
|
|
|
margin: 0px 12px;
|
|
|
padding: 12px;
|
|
|
line-height: 30px;
|