Commit f8cdd825 by maolipeng

fix:左侧菜单栏交互优化

parent 80c45900
...@@ -144,11 +144,13 @@ ...@@ -144,11 +144,13 @@
// } // }
.version-info { .version-info {
position: absolute; position: absolute;
height: 74px; height: 84px;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
cursor: pointer; cursor: pointer;
z-index: -1; z-index: 10;
padding-top: 10px;
background-color: white;
.row-1 { .row-1 {
width: fit-content; width: fit-content;
font-size: 14px; font-size: 14px;
......
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