SanHQin 7 months ago
parent
commit
85d7ae2274

File diff suppressed because it is too large
+ 348 - 673
src/components/classRoomHelper/component/searchArea.vue


+ 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: -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;

+ 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: -30px"
                       @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: -30px"
                       @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: -30px"
                       @click="uploadWorks(toolIndex)"
                       >导出作业</el-button
                     >
@@ -20476,7 +20476,7 @@ export default {
 }
 
 .filebox .tooldetail {
-  width: calc(100% - 280px);
+  width: calc(100%);
   margin: 0px 12px;
   padding: 12px;
   line-height: 30px;

+ 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: -30px"
                       @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: -30px"
                       @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: -30px"
                       @click="uploadWorks(toolIndex)"
                       >导出作业</el-button
                     >
@@ -20502,7 +20502,7 @@ export default {
 }
 
 .filebox .tooldetail {
-  width: calc(100% - 280px);
+  width: calc(100%);
   margin: 0px 12px;
   padding: 12px;
   line-height: 30px;

Some files were not shown because too many files changed in this diff