SanHQin 7 mesiacov pred
rodič
commit
e5ea1a1fd8

+ 4 - 4
src/components/easy2/studyStudent.vue

@@ -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;
 }
 

+ 4 - 4
src/components/easy3/studyStudent.vue

@@ -1372,7 +1372,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"
@@ -1383,7 +1383,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
                     >
@@ -1392,7 +1392,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
                     >
@@ -21426,7 +21426,7 @@ export default {
 
 .toolHeng2 {
   width: 100%;
-  padding-left: 37px;
+  padding-left: 15px;
   box-sizing: border-box;
 }
 

+ 4 - 4
src/components/studyStudent.vue

@@ -1341,7 +1341,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"
@@ -1352,7 +1352,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
                     >
@@ -1361,7 +1361,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
                     >
@@ -21452,7 +21452,7 @@ export default {
 
 .toolHeng2 {
   width: 100%;
-  padding-left: 37px;
+  padding-left: 15px;
   box-sizing: border-box;
 }