소스 검색

fix: fix main content marin-left

lanjianrong 4 년 전
부모
커밋
9e9664d160
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/Hr/AddressBook/index.jsx
  2. 1 1
      src/pages/Hr/Employee/index.jsx

+ 1 - 1
src/pages/Hr/AddressBook/index.jsx

@@ -65,7 +65,7 @@ const AddressBook = () => {
     <div className="h-full w-full flex flex-row">
       <RoleMenu onSelect={onSelect} showType={false} />
       <div style={{ width: 'calc(100% - 12rem)' }}>
-        <div className="ml-8 shadow-hex-3e2c5a">
+        <div className="ml-6 shadow-hex-3e2c5a">
           {state.params.id && (
             <BasicTable
               mainMenuType="hr"

+ 1 - 1
src/pages/Hr/Employee/index.jsx

@@ -83,7 +83,7 @@ const Employee = props => {
     <div className="h-full w-full flex flex-row">
       <RoleMenu onSelect={onSelect} showType={true} />
       <div style={{ width: 'calc(100% - 12rem)' }}>
-        <div className="ml-8 shadow-hex-3e2c5a">
+        <div className="ml-6 shadow-hex-3e2c5a">
           {state.params.id && (
             <BasicTable
               mainMenuType="hr"