|
|
@ -256,7 +256,7 @@ export default function EducationDepartmentHome() { |
|
|
|
<p className="education-department-home-note"> |
|
|
|
<p className="education-department-home-note"> |
|
|
|
Danh sách phòng giáo dục |
|
|
|
Danh sách phòng giáo dục |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div className="d-flex detail-education-department-list-header"> |
|
|
|
<div className="detail-education-department-list-header"> |
|
|
|
<InputText |
|
|
|
<InputText |
|
|
|
className="criteria-manage-search-input criteria-manage-item" |
|
|
|
className="criteria-manage-search-input criteria-manage-item" |
|
|
|
value={searchText} |
|
|
|
value={searchText} |
|
|
@ -271,12 +271,14 @@ export default function EducationDepartmentHome() { |
|
|
|
} |
|
|
|
} |
|
|
|
}} |
|
|
|
}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<PrimaryButton |
|
|
|
<div style={{paddingTop: 10}}> |
|
|
|
isDisabled={false} |
|
|
|
<PrimaryButton |
|
|
|
onClick={handleSubmit} |
|
|
|
isDisabled={false} |
|
|
|
> |
|
|
|
onClick={handleSubmit} |
|
|
|
{"Tìm kiếm"} |
|
|
|
> |
|
|
|
</PrimaryButton> |
|
|
|
{"Tìm kiếm"} |
|
|
|
|
|
|
|
</PrimaryButton> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div onScroll={handleScroll} className="education-department-home-list-content scrollbar-custom"> |
|
|
|
<div onScroll={handleScroll} className="education-department-home-list-content scrollbar-custom"> |
|
|
|