File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 6262 padding : 12px ;
6363}
6464
65+ .orderBy {
66+ min-width : 160px ;
67+ height : 48px ;
68+ margin : 0 20px ;
69+ }
70+
6571@media screen and (max-width : 4825px ) {
6672 .list ,.projectType ,.typeFilter {
6773 width : 4412px ;
151157 padding : 12px ;
152158 margin-top : 15px ;
153159 }
160+
161+ .orderBy {
162+ width : 100% ;
163+ margin-top : 15px ;
164+ }
154165}
Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ export const useProjectList = (props: UseProjectListProps = {}) => {
339339 </ div >
340340 < span style = { { flex : 1 } } > </ span >
341341 < Select
342+ className = { styles . orderBy }
342343 value = { orderBy }
343344 options = { [
344345 {
@@ -373,11 +374,6 @@ export const useProjectList = (props: UseProjectListProps = {}) => {
373374 mutate ( res ) ;
374375 } }
375376 disabled = { loading }
376- style = { {
377- minWidth : 160 ,
378- height : 48 ,
379- margin : '0 20px' ,
380- } }
381377 > </ Select >
382378 < Input
383379 className = { styles . search }
You can’t perform that action at this time.
0 commit comments