瀏覽代碼

fix(patient-register): adjust position of registration and examination buttons to avoid being covered by status bar at the bottom

sw 1 月之前
父節點
當前提交
29e138dfe0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/patient/register.tsx

+ 1 - 1
src/pages/patient/register.tsx

@@ -196,7 +196,7 @@ const RegisterPage: React.FC = () => {
       )}
       <Space
         style={{
-          position: 'fixed',
+          position: 'absolute',
           bottom: '20px',
           right: '20px',
           zIndex: 1000,