Browse Source

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

YunaiV 7 tháng trước cách đây
mục cha
commit
5676ac125d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
               }
             ]}
           >