فهرست منبع

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"