react_hsbc_teller 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +2 -2
package/package.json
CHANGED
|
@@ -3325,9 +3325,9 @@ class Video extends Component {
|
|
|
3325
3325
|
</div>
|
|
3326
3326
|
</div>
|
|
3327
3327
|
</Modal>
|
|
3328
|
-
<Modal title="签字白板" closable={false} visible={this.state.isModalVisibleSign} footer={
|
|
3328
|
+
<Modal title="签字白板" closable={false} centered={true} visible={this.state.isModalVisibleSign} footer={
|
|
3329
3329
|
[
|
|
3330
|
-
<Button type="primary" danger onClick={this.handleOkSign}>确定</Button>
|
|
3330
|
+
<Button className="modelButtonOk" type="primary" danger onClick={this.handleOkSign}>确定</Button>
|
|
3331
3331
|
]
|
|
3332
3332
|
}>
|
|
3333
3333
|
<div className="content">
|