From c42039d48efbfc8945bdb4db4cf84c73c665fdf2 Mon Sep 17 00:00:00 2001 From: Zylan Date: Sat, 26 Apr 2025 14:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=E4=BB=A5?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E5=86=85=E5=AE=B9=E6=BA=A2=E5=87=BA=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C=E5=92=8C?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E3=80=82=E5=90=8C=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E8=83=8C=E6=99=AF=E8=A3=85=E9=A5=B0?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E4=BD=8D=E7=BD=AE=E5=90=88=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E8=B6=85=E5=87=BA=E5=B1=8F=E5=B9=95=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- src/app/page.tsx | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) 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 */}