KaysonCui 5 년 전
부모
커밋
68d9ce528d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      front/project/www/components/OtherModal/index.js
  2. 1 1
      front/project/www/components/OtherModal/index.less

+ 1 - 1
front/project/www/components/OtherModal/index.js

@@ -1508,7 +1508,7 @@ export class QuestionNoteModal extends Component {
     const { show } = this.props;
     const { data, noteField } = this.state;
     return (
-      <div hidden={!show} className="question-modal note">
+      <div hidden={!show} className="question-modal question-note-modal">
         <div className="mask" />
         <div className="body">
           <div className="title">提问</div>

+ 1 - 1
front/project/www/components/OtherModal/index.less

@@ -247,7 +247,7 @@
   }
 }
 
-.question-modal.note {
+.question-modal.question-note-modal {
   .body {
     width: 720px;