mirror of
https://gitcode.com/yangzongzhuan/RuoYi-Vue3.git
synced 2026-05-22 19:08:37 +00:00
优化样式
This commit is contained in:
@@ -700,14 +700,14 @@ $tags-bar-height: 34px;
|
|||||||
|
|
||||||
.main-container.fullscreen-mode .app-main {
|
.main-container.fullscreen-mode .app-main {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 42px;
|
top: 34px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
height: calc(100vh - 42px) !important;
|
height: calc(100vh - 34px) !important;
|
||||||
min-height: calc(100vh - 42px) !important;
|
min-height: calc(100vh - 34px) !important;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user