Commit f302d325 authored by wildfirecode13's avatar wildfirecode13

1

parent 0b717947
......@@ -4,7 +4,7 @@ export const homeInfo = {
{
"canUpdateNickName": false,
"figures": [{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }],
"newUser": 0,
"newUser": 1,
"userInfo": { "figureId": "3", "joyBeans": 10100, "nickName": "13" }
},
"message": null,
......
* {
margin: 0;
padding: 0;
......@@ -72,4 +73,8 @@ body {
bottom: 0%;
right: 0%;
margin: auto;
}
.canvasLayer{
z-index: 99999;
}
\ No newline at end of file
......@@ -289,7 +289,7 @@ class Main3 extends Component {
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)}
onReady={this.onReady.bind(this)} onAssetsProcess={this.onAssetsProcess.bind(this)}
onAssetsComplete={this.onAssetsComplete.bind(this)} /> : ""}
......
......@@ -15,7 +15,7 @@
top: 38px;
position: fixed;
display: block;
z-index: 99999;
z-index: 9;
.main3_userinfo {
width: 375px;
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