From dd7373eb8a85ce0794dcb9ce2acdf57f4e17b39a Mon Sep 17 00:00:00 2001 From: Quy_FE Date: Tue, 27 May 2025 13:43:15 +0700 Subject: [PATCH] =?UTF-8?q?Refactor=20:=20fix=20ch=E1=BB=8Dn=20t=E1=BA=A5t?= =?UTF-8?q?=20c=E1=BA=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_components/boxChart/boxChart.scss | 2 ++ src/_screens/criteria/criteria-manage/index.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/_components/boxChart/boxChart.scss b/src/_components/boxChart/boxChart.scss index 01ec7c2..3c3ce5a 100644 --- a/src/_components/boxChart/boxChart.scss +++ b/src/_components/boxChart/boxChart.scss @@ -48,10 +48,12 @@ background: #c1c1c1 !important; pointer-events: none; } + .chart-container { // max-width: 360px; overflow-x: scroll; height: 100%; + @media (max-width: 1750px) { max-width: 300px; } diff --git a/src/_screens/criteria/criteria-manage/index.js b/src/_screens/criteria/criteria-manage/index.js index a889d5c..57aa1ff 100644 --- a/src/_screens/criteria/criteria-manage/index.js +++ b/src/_screens/criteria/criteria-manage/index.js @@ -165,6 +165,8 @@ export default function CriteriaManage() { setIsEndOnlineClasses(false) setIsFiltered(true); getDataCriteria(true); + setListIdSelected([]) + setIsCheckAll(false) }; const getDataCriteria = async (isFilter = false) => {