优化tag全屏为页签内区域

This commit is contained in:
RuoYi
2026-03-22 21:16:36 +08:00
parent 4c952fbe36
commit e30ecdbf2d
4 changed files with 22 additions and 2 deletions

View File

@@ -51,6 +51,14 @@ export default {
width: 100%;
position: relative;
overflow: hidden;
&:fullscreen,
&:-webkit-full-screen,
&:-moz-full-screen,
&:-ms-fullscreen {
background: #fff;
overflow-y: auto;
}
}
.fixed-header + .app-main {
@@ -129,4 +137,4 @@ export default {
background-color: #c0c0c0;
border-radius: 3px;
}
</style>
</style>