소스 검색

update: content style

dev
powersir 1 년 전
부모
커밋
966e4549b7
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      src/components/draggable-tab/index.tsx
  2. +1
    -1
      src/layout/content/index.tsx

+ 1
- 0
src/components/draggable-tab/index.tsx 파일 보기

@@ -80,6 +80,7 @@ const DraggableTab: React.FC<TabsProps & { onItemsChange?: (items: any[]) => voi
)}
{...props}
items={items}
tabBarStyle={{ marginBottom: 8 }}
className='tab-layout'
/>
);


+ 1
- 1
src/layout/content/index.tsx 파일 보기

@@ -18,7 +18,7 @@ const Content: FC<any> = ({ children }) => {
style={{
borderRadius: '8px',
marginLeft: collapsed ? 100 : defaultSetting.slideWidth,
minHeight: 'calc(100vh - 80px)',
minHeight: 'calc(100vh - 60px)',
transition: "all 200ms cubic-bezier(0.4, 0, 0.6, 1) 0ms",
width: `calc(100vw - ${isPC ? collapsed ? 100 : defaultSetting.slideWidth : 32}px)`
}}


불러오는 중...
취소
저장