|
@@ -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: -45px"
|
|
|
@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: -45px"
|
|
|
@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: -45px"
|
|
|
@click="uploadWorks(toolIndex)"
|
|
|
>导出作业</el-button
|
|
|
>
|
|
@@ -21569,7 +21569,7 @@ export default {
|
|
|
|
|
|
.toolHeng2 {
|
|
|
width: 100%;
|
|
|
- padding-left: 37px;
|
|
|
+ padding-left: 15px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|