新增是否开启页签功能

This commit is contained in:
RuoYi
2021-09-24 09:22:43 +08:00
parent 4a6194274a
commit ff3d2134a5
6 changed files with 58 additions and 20 deletions

View File

@ -3344,6 +3344,21 @@ nav.page-tabs .page-tabs-content {
overflow: hidden;
}
.tagsview-hide#content-main {
height: calc(100% - 88px);
overflow: hidden;
}
.footer-hide#content-main {
height: calc(100% - 91px);
overflow: hidden;
}
.tagsview-footer-hide#content-main {
height: calc(100% - 52px);
overflow: hidden;
}
.fixed-nav #content-main {
height: calc(100% - 80px);
overflow: hidden;

File diff suppressed because one or more lines are too long