Browse Source

修改样式

zengyicheng 2 years ago
parent
commit
c438e7890f
1 changed files with 18 additions and 22 deletions
  1. 18 22
      src/components/studyStudent.vue

+ 18 - 22
src/components/studyStudent.vue

@@ -507,23 +507,15 @@
                 </div>
               </div>
               <div
-                  style="padding: 0px 30px"
-                  v-if="
-                    showType == 2 ||
-                    showType == 3
-                  "
+                style="padding: 0px 30px"
+                v-if="showType == 2 || showType == 3"
+              >
+                <el-button
+                  type="primary"
+                  @click="checkFileFull(showType, pptImgUrl1)"
+                  >查看全屏</el-button
                 >
-                  <el-button
-                    type="primary"
-                    @click="
-                      checkFileFull(
-                        showType,
-                        pptImgUrl1
-                      )
-                    "
-                    >查看全屏</el-button
-                  >
-                </div>
+              </div>
             </div>
           </div>
 
@@ -1675,7 +1667,7 @@
       :before-close="handleClose"
       class="dialog_diy full_diy"
     >
-      <div style="height:100%">
+      <div style="height: 100%">
         <iframe
           v-if="fulltype == 2"
           style="width: 100%; height: 100%; border: none"
@@ -3384,10 +3376,13 @@ export default {
   .navText {
     width: 120px !important;
   }
-  .evaCss{
+  .evaCss {
     flex-direction: column !important;
     align-items: center !important;
   }
+  .textTitle >>> .el-form-item__label {
+    width: 150px !important;
+  }
 }
 .body_student {
   width: 77%;
@@ -4320,7 +4315,7 @@ export default {
   justify-content: flex-start;
   padding: 0 10px;
   width: 100%;
-  box-sizing:border-box;
+  box-sizing: border-box;
 }
 .navTaskname {
   white-space: nowrap;
@@ -4863,14 +4858,15 @@ export default {
   width: 100%;
   height: 100%;
 }
-.fullStyle >>> .el-dialog__body{
+.fullStyle >>> .el-dialog__body {
   height: 100% !important;
 }
-.fullStyle >>> .el-dialog,.fullStyle {
+.fullStyle >>> .el-dialog,
+.fullStyle {
   width: 100% !important;
   max-width: 100% !important;
   height: 100% !important;
-  margin:0 !important;
+  margin: 0 !important;
 }
 
 .full_diy >>> .el-dialog {