KaysonCui 4 years ago
parent
commit
68d9ce528d

+ 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;