Commit f302d325 authored by wildfirecode13's avatar wildfirecode13

1

parent 0b717947
...@@ -4,7 +4,7 @@ export const homeInfo = { ...@@ -4,7 +4,7 @@ export const homeInfo = {
{ {
"canUpdateNickName": false, "canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }], "figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0, "newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" } "userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
}, },
"message": null, "message": null,
......
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -73,3 +74,7 @@ body { ...@@ -73,3 +74,7 @@ body {
right: 0%; right: 0%;
margin: auto; margin: auto;
} }
.canvasLayer{
z-index: 99999;
}
\ No newline at end of file
...@@ -289,7 +289,7 @@ class Main3 extends Component { ...@@ -289,7 +289,7 @@ class Main3 extends Component {
src={this.state.resList['56b64b91-4e9a-49bd-bfd0-20d10b6e6556'].url} src={this.state.resList['56b64b91-4e9a-49bd-bfd0-20d10b6e6556'].url}
/>} />}
{needguide ? <CanvasWidget className="diacontmidpos" widgetFactory={Guideact} widgetConfig={widgetConfig} {needguide ? <CanvasWidget className="diacontmidpos canvasLayer" widgetFactory={Guideact} widgetConfig={widgetConfig}
onEvent={this.onEvent.bind(this)} onEvent={this.onEvent.bind(this)}
onReady={this.onReady.bind(this)} onAssetsProcess={this.onAssetsProcess.bind(this)} onReady={this.onReady.bind(this)} onAssetsProcess={this.onAssetsProcess.bind(this)}
onAssetsComplete={this.onAssetsComplete.bind(this)} /> : ""} onAssetsComplete={this.onAssetsComplete.bind(this)} /> : ""}
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
top: 38px; top: 38px;
position: fixed; position: fixed;
display: block; display: block;
z-index: 99999; z-index: 9;
.main3_userinfo { .main3_userinfo {
width: 375px; width: 375px;
height: 97px; height: 97px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment