|
|
@ -437,11 +437,12 @@ export default function Measure() { |
|
|
|
<main className="home-page-content overflow-x-hidden overflow-y-auto"> |
|
|
|
<div className="relative h-0 p-0 pb-[70%]"> |
|
|
|
{/**正在校准时的loading */} |
|
|
|
{caloading && ( |
|
|
|
<Mask opacity="thin" className="h-[100vh] flex justify-center items-center"> |
|
|
|
<div style={{ margin: '45%' }}> |
|
|
|
{/*caloading*/} |
|
|
|
{( |
|
|
|
<Mask opacity='thick' className="h-[100vh] flex justify-center items-center"> |
|
|
|
<div style={{ margin: '45%', display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center' }}> |
|
|
|
<SpinLoading color="#5c92b4" /> |
|
|
|
<div className="w-[100px] mt-[20px] text-[#5c92b4]">正在转换...</div> |
|
|
|
<span className="whitespace-nowrap mt-5 text-[#5c92b4]" style={{fontSize: '16px'}}>请稍候...</span> |
|
|
|
</div> |
|
|
|
</Mask> |
|
|
|
)} |
|
|
|