Luolei 6 роки тому
батько
коміт
b2b959689c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/components/Operation/index.jsx

+ 1 - 1
src/components/Operation/index.jsx

@@ -315,7 +315,7 @@ class Operation extends Component {
         close={() => { this.closeDiagBox()}}
         cancel={() => {this.closeDiagBox()}}
         okText={this.state.okText}
-        height={228}
+        height={type==3?228:200}
         width={type==3?400:300}
         okBorderColor={this.state.borderColor}
         okColor={this.state.okColor}