@@ -342,6 +342,7 @@ export default {
line-height: 64px;
cursor: pointer;
font-weight: 500;
+ white-space:nowrap;
&:hover {
background: #f6f6f6;
}
@@ -79,7 +79,7 @@
:themeColor="themeColor"
:isShowTitle="true"
:TaskModel="TaskModel"
- :isShowSave="true"
+ :isShowSave="false"
@finishTaskMaterial="finishTaskMaterial"
:bookAnswerContent="bookAnswerContent"
/>