Explorar el Código

Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm

YunaiV hace 7 meses
padre
commit
5676ac125d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/components/useRenderLayout.tsx

+ 1 - 1
src/layout/components/useRenderLayout.tsx

@@ -197,7 +197,7 @@ export const useRenderLayout = () => {
               `${prefixCls}-content-scrollbar`,
               {
                 '!h-[calc(100%-var(--tags-view-height))] mt-[calc(var(--tags-view-height))]':
-                  fixedHeader.value
+                  fixedHeader.value && tagsView.value
               }
             ]}
           >