mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 移动端样式优化 (#1979)
#### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
This commit is contained in:
parent
280e74e01b
commit
23c72c8301
@ -148,7 +148,6 @@ onMounted(() => {
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 9999;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,6 +177,7 @@ onMounted(() => {
|
|||||||
transition: transform 0.28s;
|
transition: transform 0.28s;
|
||||||
width: var(--panel-menu-width) !important;
|
width: var(--panel-menu-width) !important;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
.app-footer {
|
.app-footer {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user