natasha 3 年 前
コミット
73e5060fdb
2 ファイル変更2 行追加1 行削除
  1. 1 0
      src/components/inputModules/common/Header.vue
  2. 1 1
      src/views/courseView.vue

+ 1 - 0
src/components/inputModules/common/Header.vue

@@ -342,6 +342,7 @@ export default {
         line-height: 64px;
         cursor: pointer;
         font-weight: 500;
+        white-space:nowrap;
         &:hover {
           background: #f6f6f6;
         }

+ 1 - 1
src/views/courseView.vue

@@ -79,7 +79,7 @@
             :themeColor="themeColor"
             :isShowTitle="true"
             :TaskModel="TaskModel"
-            :isShowSave="true"
+            :isShowSave="false"
             @finishTaskMaterial="finishTaskMaterial"
             :bookAnswerContent="bookAnswerContent"
           />