|
|
@ -11,7 +11,7 @@ export default function JournalComment({ journalInfo }: { journalInfo: any }) {
|
|
|
|
window.location.href = '/html/download.html';
|
|
|
|
window.location.href = '/html/download.html';
|
|
|
|
};
|
|
|
|
};
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<section className="w-full flex items-center border-t-[0.8px] border-[#00000019] pt-[14px] pb-[35px] px-[18px] bg-white">
|
|
|
|
<section className="fixed bottom-0 left-0 z-[999] w-full flex items-center border-t-[0.8px] border-[#00000019] pt-[14px] pb-[35px] px-[18px] bg-white">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
className="flex-1 h-[38px] rounded-full bg-[#0000000c] px-[24px] flex items-center text-[15px] text-[#000000b2]"
|
|
|
|
className="flex-1 h-[38px] rounded-full bg-[#0000000c] px-[24px] flex items-center text-[15px] text-[#000000b2]"
|
|
|
|
onClick={handleClick}
|
|
|
|
onClick={handleClick}
|
|
|
|