Commit 95614756 by Wuyuqiu

登录界面修改层级

parent a2c63407
...@@ -189,6 +189,8 @@ export default { ...@@ -189,6 +189,8 @@ export default {
margin-left: 15%; margin-left: 15%;
height: 100%; height: 100%;
background-color: white; background-color: white;
z-index: 2;
position: absolute;
} }
#loginForamWrapper h2 { #loginForamWrapper h2 {
font-size: 20px; font-size: 20px;
...@@ -248,6 +250,7 @@ export default { ...@@ -248,6 +250,7 @@ export default {
flex-direction: column; flex-direction: column;
position: absolute; position: absolute;
top: 15%; top: 15%;
z-index: 1;
} }
</style> </style>
\ No newline at end of file
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