更新加粗字体样式
This commit is contained in:
@@ -185,7 +185,7 @@ export const ExamDetailPanel = ({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className='space-y-2 text-xs text-gray-700'>
|
<div className='space-y-2 text-xs text-gray-700'>
|
||||||
<div className='font-medium text-gray-900'>基础信息</div>
|
<div className='text-gray-900 font-bold text-base'>基础信息</div>
|
||||||
<div className='grid grid-cols-2 gap-x-8 gap-y-1'>
|
<div className='grid grid-cols-2 gap-x-8 gap-y-1'>
|
||||||
<div className='flex items-center gap-3'>
|
<div className='flex items-center gap-3'>
|
||||||
<div className='w-14 h-14 rounded-full bg-gray-200 flex-shrink-0 overflow-hidden'>
|
<div className='w-14 h-14 rounded-full bg-gray-200 flex-shrink-0 overflow-hidden'>
|
||||||
@@ -318,7 +318,7 @@ export const ExamDetailPanel = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='space-y-2 text-xs text-gray-700'>
|
<div className='space-y-2 text-xs text-gray-700'>
|
||||||
<div className='font-medium text-gray-900'>预约信息</div>
|
<div className='text-gray-900 font-bold text-base'>预约信息</div>
|
||||||
<div className='grid grid-cols-2 gap-x-8 gap-y-1'>
|
<div className='grid grid-cols-2 gap-x-8 gap-y-1'>
|
||||||
<div>
|
<div>
|
||||||
预约时间:<span className='text-gray-900'>{bookingTime as string}</span>
|
预约时间:<span className='text-gray-900'>{bookingTime as string}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user