fix: designed bug
This commit is contained in:
parent
31a344e3a1
commit
b53051b77f
|
|
@ -779,7 +779,7 @@ export function GreenInnovationPage() {
|
|||
))}
|
||||
</div>
|
||||
|
||||
<div className="h-72 w-full flex items-end justify-between px-6">
|
||||
<div className="h-72 w-full min-w-[35rem] flex items-end justify-between px-6">
|
||||
{[...Array(8)].map((_, barIndex) => (
|
||||
<div
|
||||
key={barIndex}
|
||||
|
|
@ -802,7 +802,7 @@ export function GreenInnovationPage() {
|
|||
<span>بازیافت و بازیابی منابع</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="content grid gap-6 h-max p-8 box-border items-center justify-between sm:grid-cols-1 sm:overflow-auto xl:overflow-hidden xl:grid-cols-[30%_70%]">
|
||||
<div className="content grid gap-6 h-max p-8 box-border items-center justify-between sm:grid-cols-1 sm:overflow-x-scroll xl:overflow-hidden xl:grid-cols-[30%_70%]">
|
||||
<div className="params flex flex-col gap-3.5">
|
||||
{Object.entries(recycleParams).map((el, index) => {
|
||||
return (
|
||||
|
|
@ -826,7 +826,7 @@ export function GreenInnovationPage() {
|
|||
})}
|
||||
</div>
|
||||
|
||||
<div className="h-72 w-[35rem]">
|
||||
<div className="h-72 w-full">
|
||||
<ResponsiveContainer width="100%" height="100%">
|
||||
<BarChart
|
||||
width={500}
|
||||
|
|
@ -1164,7 +1164,7 @@ export function GreenInnovationPage() {
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center justify-between">
|
||||
{/* <div className="flex items-center justify-between">
|
||||
<h4 className="font-medium text-gray-300 font-persian mb-2 flex items-center gap-1">
|
||||
<Radar className="h-4 text-green-500" />
|
||||
حوزه کاری :
|
||||
|
|
@ -1172,9 +1172,9 @@ export function GreenInnovationPage() {
|
|||
<span className="text-white font-bold font-persian">
|
||||
{selectedProjectDetails?.observer || "-"}
|
||||
</span>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<div className="flex items-center justify-between">
|
||||
{/* <div className="flex items-center justify-between">
|
||||
<h4 className="font-medium text-gray-300 font-persian mb-2 flex items-center gap-1">
|
||||
<Cog className="h-4 text-green-500" />
|
||||
صنعت :
|
||||
|
|
@ -1182,7 +1182,7 @@ export function GreenInnovationPage() {
|
|||
<span className="text-white font-bold font-persian">
|
||||
{selectedProjectDetails?.observer || "-"}
|
||||
</span>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
</DialogContent>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user