Browse Source

Merge branch 'dev' of http://192.168.1.41:3000/outaozhen/cldV2react into dev

outaozhen 4 years ago
parent
commit
33675e69b7
2 changed files with 2 additions and 2 deletions
  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"