From 566d8711258759e85170081da5dcb5255030248c Mon Sep 17 00:00:00 2001 From: Mojtaba Khorshidkolah Date: Wed, 25 Mar 2026 13:06:35 +0330 Subject: [PATCH] edit3 --- src/App.jsx | 4 ++++ src/index.css | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 40686af..2eaa7f4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -85,6 +85,7 @@ function App() { slidesPerView={3} spaceBetween={20} dir="rtl" + style={{ height: "100%", width: "100%" }} // اضافه کردن این خط > {data?.recordset .filter((item) => item.latestPatientStatusId === 1) @@ -139,6 +140,7 @@ function App() { slidesPerView={3} spaceBetween={20} dir="rtl" + style={{ height: "100%", width: "100%" }} // اضافه کردن این خط > {data?.recordset .filter((item) => item.latestPatientStatusId === 2) @@ -193,6 +195,7 @@ function App() { slidesPerView={3} spaceBetween={20} dir="rtl" + style={{ height: "100%", width: "100%" }} // اضافه کردن این خط > {data?.recordset .filter((item) => item.latestPatientStatusId === 3) @@ -247,6 +250,7 @@ function App() { slidesPerView={3} spaceBetween={20} dir="rtl" + style={{ height: "100%", width: "100%" }} // اضافه کردن این خط > {data?.recordset .filter((item) => item.latestPatientStatusId === 4) diff --git a/src/index.css b/src/index.css index d67c113..b522dbe 100644 --- a/src/index.css +++ b/src/index.css @@ -46,7 +46,9 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - +* { + box-sizing: border-box; +} body { background-color: #fff; min-height: 92vh;