From 25452fc21f0d3e2b603d26f9df1c9bcade0c0058 Mon Sep 17 00:00:00 2001 From: al Date: Fri, 19 Jul 2024 14:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=92=8C=E6=94=B9=E5=96=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 1 - app/layout.js | 2 +- app/login/page.js | 2 +- app/my/setting/editPassword/page.js | 27 ++++++++++++++++++--------- app/page.js | 2 +- app/profile/[mid]/page.js | 2 +- app/space/setting/page.js | 2 +- components/PaySpacePost/index.js | 3 ++- components/Photos/index.js | 16 +++------------- components/PostItem/index.js | 13 ++++++++----- 10 files changed, 36 insertions(+), 34 deletions(-) diff --git a/app/globals.css b/app/globals.css index 2abfbc1..d75babd 100644 --- a/app/globals.css +++ b/app/globals.css @@ -19,7 +19,6 @@ body{ } } */ .text-ellipsis { - display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; diff --git a/app/layout.js b/app/layout.js index 68b9d75..1e7d688 100644 --- a/app/layout.js +++ b/app/layout.js @@ -39,7 +39,7 @@ export default function RootLayout({ children }) { {withAuth({children})} {/* {children} */} -