Merge branch 'uat' into quy_fe

quy_fe
Quy_FE 2 months ago
commit 5bb67fe957
  1. 8
      src/_components/boxChart/boxChart.scss
  2. 16
      src/_screens/home/detail-room-education/detailRoomEducation.style.scss
  3. 8
      src/_screens/home/detail-room-education/index.js

@ -7,6 +7,10 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@media (max-width: 1750px) {
max-width: 250px;
}
.box-chart-title { .box-chart-title {
font-size: 2rem; font-size: 2rem;
font-weight: 700; font-weight: 700;
@ -50,12 +54,12 @@
} }
.chart-container { .chart-container {
// max-width: 360px;
overflow-x: scroll; overflow-x: scroll;
height: 100%; height: 100%;
width: 300px;
@media (max-width: 1750px) { @media (max-width: 1750px) {
max-width: 300px; max-width: 220px;
} }
} }
} }

@ -4,7 +4,7 @@
display: flex; display: flex;
.detail-room-education-left-side { .detail-room-education-left-side {
width: 48%; width: 43%;
border-right: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -29,21 +29,25 @@
.detail-room-education-right-p-h { .detail-room-education-right-p-h {
padding-right: 32px; padding-right: 32px;
} }
.detail-room-education-list-container { .detail-room-education-list-container {
padding: 2rem 0; padding: 2rem 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
.detail-room-education-header{ .detail-room-education-header {
width: 100%; width: 100%;
.detail-room-education-list-header{
.detail-room-education-list-header {
justify-content: space-around; justify-content: space-around;
margin: 12px 32px; margin: 12px;
gap: 32px; gap: 12px;
.criteria-manage-search-input { .criteria-manage-search-input {
height: 46px; height: 46px;
border-radius: 40px; border-radius: 40px;
@include screen_pc_sm { @include screen_pc_sm {
height: 36px; height: 36px;
} }
@ -62,7 +66,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-bottom: 16px; padding-bottom: 16px;
padding-left: 32px; padding-left: 16px;
@include screen_pc_sm { @include screen_pc_sm {
gap: 16px; gap: 16px;

@ -441,24 +441,24 @@ export default function DetailRoomEducation() {
</PrimaryButton> </PrimaryButton>
</div> </div>
</div> </div>
<div className="flex gap-16 align-item-center" style={{padding: '1rem 3.2rem'}}> <div className="flex gap-16 align-item-center" style={{padding: '1rem'}}>
<RootSelect <RootSelect
data={LIST_SCHOOL_YEAR} data={LIST_SCHOOL_YEAR}
value={schoolYear} value={schoolYear}
setValue={setSchoolYear} setValue={setSchoolYear}
style={{flex: 1,minWidth: '100px'}} style={{flex: 1, minWidth: '200px', padding:'0 10px'}}
/> />
<RootSelect <RootSelect
data={LIST_SEMESTER} data={LIST_SEMESTER}
value={semester} value={semester}
setValue={changeSemester} setValue={changeSemester}
style={{flex: 0.5,minWidth: '200px'}} style={{flex: 0.5, minWidth: '151px', padding:'0 10px'}}
/> />
<RootSelect <RootSelect
data={getListMonthBySemester(semester.value)} data={getListMonthBySemester(semester.value)}
value={month} value={month}
setValue={setMonth} setValue={setMonth}
style={{flex: 0.5,minWidth: '180px'}} style={{flex: 0.5, minWidth: '150px', padding:'0 10px'}}
/> />
<PrimaryButton onClick={handleFilter}> <PrimaryButton onClick={handleFilter}>
Áp dụng Áp dụng

Loading…
Cancel
Save