Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 16, 2023
1 parent 7ec239e commit dac3805
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/tools/rseg.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
Button,
Switch,
FormLabel,
FormControl,
Drawer,
DrawerBody,
DrawerFooter,
Expand Down Expand Up @@ -194,18 +192,6 @@ export default function Rseg() {
</tr>
</tbody>
</table>
{/* <FormControl display='flex' alignItems='center' className='justify-center text-zinc-500'>
<FormLabel htmlFor='line' mb='0' fontSize='sm'>
</FormLabel>
</FormControl>
<FormControl display='flex' alignItems='center' className='justify-center text-zinc-500'>
<FormLabel htmlFor='line' mb='0' fontSize='sm'>
</FormLabel>
</FormControl> */}
</div>
<BaseCard ref={ref} className={`overflow-hidden ${isSmall?'scale-85':''}`}>
<div className={`min-w-[345px] max-w-[345px] z-0 relative min-h-[219px] bg-white ${highLight?'':'max-h-[219px] h-[219px]'} origin-top flex flex-col`} style={bleedingLine?{border:'12.18px dashed #FF000020'}:{}}>
Expand Down

0 comments on commit dac3805

Please sign in to comment.