Skip to content

Commit

Permalink
fix: code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 18, 2023
1 parent c9aeabe commit 433b0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tools/starbucks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Chapanda() {
</RadioGroup>
<BaseCard ref={ref}>
<div className={`w-50 ${!highLight&&'h-100'} p-3 flex flex-col bg-white`}>
<div className={`py-1 text-center ${type==='1'?'bg-black text-white':'bg-white text-zinc-900'} font-bold text-xl`}>
<div className={`py-1 text-center ${type==='1'?'bg-black text-white':'bg-white text-zinc-900'} font-bold text-xl`} style={highLight?{height: '2.4rem', marginBottom: '2.5rem'}:{}}>
<HighText show={highLight} text='取餐码' eg='啡快 57076' />
</div>
<div className='flex justify-between'>
Expand Down

0 comments on commit 433b0e7

Please sign in to comment.