From ffec73e4692a161c6ca0022f7723766afd470ba3 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 25 Apr 2022 14:12:11 +0430 Subject: [PATCH] update 7 files --- src/App.js | 4 ++-- src/components/CardDesign2/index.js | 4 ++-- src/components/CardDesign3/index.js | 2 +- src/components/FileManager/index.js | 10 ++++++---- src/components/ReactTable4/index.js | 2 +- src/components/TimeLineComponent/index.js | 2 +- src/components/TitleSubtitle/index.js | 4 ++-- 7 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/App.js b/src/App.js index 0f38c0f..6a0c3fb 100644 --- a/src/App.js +++ b/src/App.js @@ -141,10 +141,10 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} - {/* */} + {/* */} diff --git a/src/components/CardDesign2/index.js b/src/components/CardDesign2/index.js index 3317dcc..bb82f85 100644 --- a/src/components/CardDesign2/index.js +++ b/src/components/CardDesign2/index.js @@ -24,8 +24,8 @@ const CardDesign2 = ({ buttons }) => { diff --git a/src/components/CardDesign3/index.js b/src/components/CardDesign3/index.js index cb9c66e..4bb042e 100644 --- a/src/components/CardDesign3/index.js +++ b/src/components/CardDesign3/index.js @@ -10,7 +10,7 @@ const CardDesign3 = () => { subTitle={false} title={"افراد حاضر در این سالن"} titleClassName={"font-bold text-[#0F0543]"} - titleBorderClassName={"w-1.5 h-6 bg-[#1F8CF9]"} + titleBorderClassName={"w-1.5 h-7 bg-[#1F8CF9] ml-2"} /> diff --git a/src/components/FileManager/index.js b/src/components/FileManager/index.js index 61c4d82..d368e15 100644 --- a/src/components/FileManager/index.js +++ b/src/components/FileManager/index.js @@ -29,7 +29,8 @@ const FileManager = () => { {/* ? pageTitle & searchbox */}
{/* ? pageTitle */} - + + {/* ? searchbox */}
{
{/* ? pageTitle */}
- +
{/* buttons */}
@@ -99,10 +100,11 @@ const FileManager = () => {
{/* left Section */}
- + +
- +
{/* {[0, 1, 2].map((item, index) => ( diff --git a/src/components/ReactTable4/index.js b/src/components/ReactTable4/index.js index 6bfba9d..a18be50 100644 --- a/src/components/ReactTable4/index.js +++ b/src/components/ReactTable4/index.js @@ -57,7 +57,7 @@ const ReactTable4 = ({ breadCrumbs, subTitle, title }) => { ))}
- +
{
- +
diff --git a/src/components/TitleSubtitle/index.js b/src/components/TitleSubtitle/index.js index c43a32d..4ede121 100644 --- a/src/components/TitleSubtitle/index.js +++ b/src/components/TitleSubtitle/index.js @@ -11,7 +11,7 @@ const TitleSubtitle = ({ {/* page Title */} {title && (
-
+

{title}

)} @@ -32,5 +32,5 @@ TitleSubtitle.defaultProps = { title: "میزان فروش محصولات", subTitle: "اطلاعات جداول مشخصاتی کارکنان مجموعه ایران تایر", titleClassName: "text-base font-normal text-[#233876]", - titleBorderClassName: "w-1 h-5 bg-blue-600", + titleBorderClassName: "w-1 h-5 bg-blue-600 ml-1", };