نسخ من mohammedsaid18/dashboard
minor fixes
هذا الالتزام موجود في:
@@ -104,7 +104,7 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) =
|
||||
{/* Section Title and Progress */}
|
||||
<div className="flex items-center justify-between mb-1">
|
||||
<h3 className="text-sm font-semibold text-gray-900">
|
||||
{section.title}: {section.current} <span className="text-gray-400">/{section.total}</span>
|
||||
{section.title}: {section.current}<span className="text-gray-400">/{section.total}</span>
|
||||
</h3>
|
||||
<div className="flex gap-2">
|
||||
{section.icons.map((icon, iconIndex) => (
|
||||
|
||||
@@ -460,9 +460,9 @@ export default function DashboardGrid() {
|
||||
|
||||
<div className="flex flex-col px-2 sm:px-4">
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<span className="text-xl sm:text-2xl font-bold">{value}</span>
|
||||
{extra && <span className="text-lg text-gray-400 ">{extra}</span>}
|
||||
<div className="flex items-center gap-1">
|
||||
<span className="text-xl sm:text-3xl font-semibold">{value}</span>
|
||||
{extra && <span className="text-lg text-gray-400 font-medium ">{extra}</span>}
|
||||
{tooltipText && <div className="relative w-[10%]"
|
||||
|
||||
onMouseEnter={() => {
|
||||
|
||||
@@ -166,7 +166,7 @@ function Portfolio() {
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td className='w-full text-[#4285F4] hover:text-[#1e40af] font-medium' title={row.title}>
|
||||
<td className='w-full text-[#4C60E5] hover:text-[#1e40af] font-normal leading-5 text-md' title={row.title}>
|
||||
<div className='truncate max-w-[250px] sm:max-w-[400px] whitespace-pre-wrap underline py-1 cursor-pointer text-sm'>{row.title}</div>
|
||||
</td>
|
||||
<td className='py-3 px-2 sm:px-4 text-center w-16 sm:w-20 font-semibold text-gray-700 text-sm'>{row.DR}</td>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم