fixed
This commit is contained in:
parent
c22bdb300d
commit
cb0198f035
|
@ -40,9 +40,10 @@ const Map = ({ settings }: { settings: SettingsProps }) => {
|
|||
<div className="flex justify-start w-[80vw] mt-10 mb-32">
|
||||
<div className="flex flex-col lg:flex-row justify-between w-[70vw] ">
|
||||
<div className='flex flex-row'>
|
||||
<div className='flex h-6 w-6 justify-center items-center rounded-full bg-mainColor'>
|
||||
<HiLocationMarker className='text-white' size={12} />
|
||||
</div>
|
||||
<div className='flex h-6 w-6 min-w-[1.5rem] min-h-[1.5rem] justify-center items-center rounded-full bg-mainColor'>
|
||||
<HiLocationMarker className='text-white' size={12} />
|
||||
</div>
|
||||
|
||||
<div className='flex flex-col ml-3'>
|
||||
<p>
|
||||
{"地址"}
|
||||
|
|
Loading…
Reference in New Issue