|
@@ -96,7 +96,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, loading, refreshGroupList
|
|
|
render: (text, record) => (
|
|
render: (text, record) => (
|
|
|
<span
|
|
<span
|
|
|
onClick={() => showDrawer(record.id)}
|
|
onClick={() => showDrawer(record.id)}
|
|
|
- className="text-primary cursor-pointer hover:text-[#967bbd]"
|
|
|
|
|
|
|
+ className="text-primary cursor-pointer hover:text-hex-967bbd"
|
|
|
>
|
|
>
|
|
|
{text}
|
|
{text}
|
|
|
</span>
|
|
</span>
|
|
@@ -110,7 +110,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, loading, refreshGroupList
|
|
|
record.customerId && (
|
|
record.customerId && (
|
|
|
<span
|
|
<span
|
|
|
onClick={() => showDrawer(record.customerId, true)}
|
|
onClick={() => showDrawer(record.customerId, true)}
|
|
|
- className="text-primary cursor-pointer hover:text-[#967bbd]"
|
|
|
|
|
|
|
+ className="text-primary cursor-pointer hover:text-hex-967bbd"
|
|
|
>
|
|
>
|
|
|
{text}
|
|
{text}
|
|
|
</span>
|
|
</span>
|
|
@@ -168,7 +168,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, loading, refreshGroupList
|
|
|
}
|
|
}
|
|
|
return (
|
|
return (
|
|
|
<div className="h-full w-full flex flex-row justify-between">
|
|
<div className="h-full w-full flex flex-row justify-between">
|
|
|
- <div className="h-full w-3/20 rounded-4px shadow-card">
|
|
|
|
|
|
|
+ <div className="h-full w-1/5 rounded-4px shadow-card">
|
|
|
<div className="p-4 border-b-1 border-solid border-black border-opacity-10 bg-[#f7f9fa] flex justify-around items-center">
|
|
<div className="p-4 border-b-1 border-solid border-black border-opacity-10 bg-[#f7f9fa] flex justify-around items-center">
|
|
|
<div className="w-1/2 text-md">商机漏斗</div>
|
|
<div className="w-1/2 text-md">商机漏斗</div>
|
|
|
<div className="w-1/2">
|
|
<div className="w-1/2">
|
|
@@ -191,7 +191,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, loading, refreshGroupList
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div className="w-17/20">
|
|
|
|
|
|
|
+ <div className="w-4/5">
|
|
|
<div className="ml-8 bg-white shadow-card">
|
|
<div className="ml-8 bg-white shadow-card">
|
|
|
<BasicTable
|
|
<BasicTable
|
|
|
actionRef={tRef}
|
|
actionRef={tRef}
|