优化页签功能&支持全屏按钮操作

This commit is contained in:
RuoYi
2026-03-22 15:03:02 +08:00
parent 0017cc8862
commit aa5530f51b
6 changed files with 285 additions and 46 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>