소스 검색

优化样式

RuoYi 1 개월 전
부모
커밋
705b28bec3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/layout/components/TagsView/index.vue

+ 3 - 3
src/layout/components/TagsView/index.vue

@@ -699,14 +699,14 @@ $tags-bar-height: 34px;
 
 .main-container.fullscreen-mode .app-main {
   position: fixed;
-  top: 42px;
+  top: 34px;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0 !important;
   padding: 0 !important;
-  height: calc(100vh - 42px) !important;
-  min-height: calc(100vh - 42px) !important;
+  height: calc(100vh - 34px) !important;
+  min-height: calc(100vh - 34px) !important;
   overflow: auto;
 }
 </style>