diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0c3078d..99da425 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,7 @@ export default function RootLayout({ return ( {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 83d5a38..41a7f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -997,11 +997,11 @@ export default function Home() { }} /> -
-
- {/* 装饰背景圆形 */} -
-
+
+
+ {/* 装饰背景圆形 - 修改位置确保不超出屏幕 */} +
+
{/* 装饰点阵图案 - 表示拼豆效果 */}
@@ -1043,12 +1043,12 @@ export default function Home() {
-
{/* 添加 relative 定位 */} +
{/* 添加 overflow-hidden */} {/* Drop Zone */}
fileInputRef.current?.click()} - className="border-2 border-dashed border-gray-300 rounded-lg p-6 sm:p-8 text-center cursor-pointer hover:border-blue-400 hover:bg-blue-50 transition-all duration-300 w-full max-w-md flex flex-col justify-center items-center shadow-sm hover:shadow-md" + className="border-2 border-dashed border-gray-300 rounded-lg p-6 sm:p-8 text-center cursor-pointer hover:border-blue-400 hover:bg-blue-50 transition-all duration-300 w-full md:max-w-md flex flex-col justify-center items-center shadow-sm hover:shadow-md" style={{ minHeight: '130px' }} > @@ -1065,7 +1065,7 @@ export default function Home() {
{/* ++ HIDE Control Row in manual mode ++ */} {!isManualColoringMode && ( -
+
{/* Granularity Input */}