react_hsbc_teller 0.8.0 → 0.8.1
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/package.json
CHANGED
|
@@ -1211,7 +1211,7 @@ class Video extends Component {
|
|
|
1211
1211
|
microphoneList: objList1,
|
|
1212
1212
|
speakerList: [objList2.length>0? objList2[0]: []]
|
|
1213
1213
|
})
|
|
1214
|
-
if (!this.state.appId && this.state.sessionType) {
|
|
1214
|
+
if (!this.state.appId && !this.state.sessionType) {
|
|
1215
1215
|
this.mpaasSig(data);
|
|
1216
1216
|
this.setState({
|
|
1217
1217
|
cameraValue: obj[0].actionid,
|
|
@@ -3632,7 +3632,7 @@ class Video extends Component {
|
|
|
3632
3632
|
<div key='invitation'>
|
|
3633
3633
|
<Button className="modelButtonCancel" onClick={this.handleCancelInvitation}>取消</Button>
|
|
3634
3634
|
{
|
|
3635
|
-
this.state.employeeName &&<Button className='
|
|
3635
|
+
this.state.employeeName &&<Button className='modelButtonOkInvitation'type="primary" danger onClick={this.handleOkInvitation}>邮件发送会议邀请</Button>
|
|
3636
3636
|
}
|
|
3637
3637
|
{
|
|
3638
3638
|
!this.state.employeeName &&<Button className='modelButtonCancelOne' type="primary" danger >邮件发送会议邀请</Button>
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
border-spacing: 20px!important;
|
|
331
331
|
background: #d9d9d9!important;
|
|
332
332
|
}
|
|
333
|
-
.
|
|
333
|
+
.modelButtonOkInvitation{
|
|
334
334
|
width: 170px!important;
|
|
335
335
|
height: 40px!important;
|
|
336
336
|
font-size: 16px!important;
|
|
@@ -339,6 +339,15 @@
|
|
|
339
339
|
background: #DB0011!important;
|
|
340
340
|
border-spacing: 20px!important;
|
|
341
341
|
}
|
|
342
|
+
.modelButtonOk{
|
|
343
|
+
width: 100px!important;
|
|
344
|
+
height: 40px!important;
|
|
345
|
+
font-size: 16px!important;
|
|
346
|
+
color: #ffffff!important;
|
|
347
|
+
border: 1px #DB0011 solid!important;
|
|
348
|
+
background: #DB0011!important;
|
|
349
|
+
border-spacing: 20px!important;
|
|
350
|
+
}
|
|
342
351
|
.endModal{
|
|
343
352
|
font-size: 16px;
|
|
344
353
|
padding: 56px 30px 0px 30px;
|