chore: http request

This commit is contained in:
Joel 2024-08-23 17:56:34 +08:00
parent 6e2192c1e0
commit 657f1d2de8

View File

@ -57,9 +57,9 @@ const KeyValueList: FC<Props> = ({
return null return null
return ( return (
<div className='border border-gray-200 rounded-lg overflow-hidden'> <div className='border border-divider-regular rounded-lg overflow-hidden'>
<div className='flex items-center h-7 leading-7 text-xs font-medium text-gray-500 uppercase'> <div className='flex items-center h-7 leading-7 text-text-tertiary system-xs-medium-uppercase'>
<div className='w-1/2 h-full pl-3 border-r border-gray-200'>{t(`${i18nPrefix}.key`)}</div> <div className='w-1/2 h-full pl-3 border-r border-divider-regular'>{t(`${i18nPrefix}.key`)}</div>
<div className='flex w-1/2 h-full pl-3 pr-1 items-center justify-between'> <div className='flex w-1/2 h-full pl-3 pr-1 items-center justify-between'>
<div>{t(`${i18nPrefix}.value`)}</div> <div>{t(`${i18nPrefix}.value`)}</div>
{/* {!readonly && ( {/* {!readonly && (