|
|
@@ -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"
|