lsc 2 days ago
parent
commit
407eafd3ea
1 changed files with 17 additions and 1 deletions
  1. 17 1
      src/components/pages/pptEasy/addCourse2.vue

+ 17 - 1
src/components/pages/pptEasy/addCourse2.vue

@@ -197,7 +197,7 @@
     </div>
     <!-- 基础信息弹窗 -->
     <el-dialog title="基础信息" :visible.sync="dialogVisibleBasicInfo" :append-to-body="true" width="90%"
-      :before-close="handleClose" class="dialog_diy">
+      :before-close="handleClose" class="dialog_diy" v-loading="uploadWorkLoading">
       <div>
         <div class="whiteBg" style="background:unset;padding: 0;">
           <div>
@@ -3664,6 +3664,22 @@ export default {
   border-radius: 10px;
 }
 
+.info_btn,
+.teacherWord {
+  color: #fff;
+  background-color: #0f7eff;
+  padding: 8px 24px;
+  font-size: 0.9375rem;
+  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%),
+    0px 3px 1px -2px rgb(0 0 0 / 12%);
+  min-width: 64px;
+  font-weight: 500;
+  border-radius: 4px;
+  box-sizing: border-box;
+  border: none;
+  cursor: pointer;
+}
+
 .pptToolsArea{
   width:100%;
   height:auto;