File tree Expand file tree Collapse file tree
packages/neuron-ui/src/components/CustomRows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const DAORecord = ({
8282 }
8383
8484 return (
85- < div className = { styles . daoRecord } >
85+ < div className = { ` ${ styles . daoRecord } ${ depositOutPoint ? styles . isClaim : '' } ` } >
8686 < div className = { styles . primaryInfo } >
8787 < div > { interest >= BigInt ( 0 ) ? `${ shannonToCKBFormatter ( interest . toString ( ) ) . toString ( ) } CKB` : '' } </ div >
8888 < div > { `${ shannonToCKBFormatter ( capacity ) } CKB` } </ div >
Original file line number Diff line number Diff line change 22 display : flex ;
33 flex-direction : column ;
44 border : 1px solid #000 ;
5- border-radius : 5 px ;
5+ border-radius : 2 px ;
66 margin : 10px 0 ;
77 padding : 5px 15px ;
8+ border-left : 5px solid green ;
89
910 .primaryInfo ,
1011 .secondaryInfo {
3233 color : #666 ;
3334 }
3435
36+ & .isClaim {
37+ border-left-color : blue ;
38+ }
3539}
You can’t perform that action at this time.
0 commit comments