style: 修复样式问题

This commit is contained in:
xiaoxian521
2021-10-18 16:21:30 +08:00
parent 5585ded62b
commit 997e31e7be
5 changed files with 65 additions and 59 deletions

View File

@@ -234,19 +234,6 @@ onBeforeMount(() => {
z-index: 999;
}
.fixed-header {
position: fixed;
top: 0;
right: 0;
z-index: 9;
width: calc(100% - 210px);
transition: width 0.28s;
}
.mobile .fixed-header {
width: 100%;
}
.re-screen {
margin-top: 12px;
}