diff --git a/apps/electron/src/renderer/src/Layout/index.tsx b/apps/electron/src/renderer/src/Layout/index.tsx index efc9faaa..ca35f951 100644 --- a/apps/electron/src/renderer/src/Layout/index.tsx +++ b/apps/electron/src/renderer/src/Layout/index.tsx @@ -17,7 +17,7 @@ const Layout = () => { return (
{/* aside */} { -
+
预览 @@ -142,7 +142,7 @@ const BasicPage = () => {
diff --git a/apps/electron/src/renderer/src/pages/color.tsx b/apps/electron/src/renderer/src/pages/color.tsx index 1d8b86ca..f89d6146 100644 --- a/apps/electron/src/renderer/src/pages/color.tsx +++ b/apps/electron/src/renderer/src/pages/color.tsx @@ -30,18 +30,18 @@ const Item = ({ color, onClick, active = false }: ItemProps) => {
{color}
-
+
A
-
+
B
-
+
C
-
+
D
@@ -112,7 +112,7 @@ const ColorPage = () => { {tags.map((item) => ( { }} aria-hidden key={child.id} - className="group relative flex aspect-square w-full cursor-pointer items-end justify-center overflow-hidden rounded-md border border-base-content/10 bg-base-200/30 p-2" + className="group relative flex aspect-square w-full cursor-pointer items-end justify-center overflow-hidden rounded-box border border-base-content/10 bg-base-200/30 p-2" > -
+

{child.name}

{child._count.images diff --git a/themes/gallery/src/app/_components/Masonry.tsx b/themes/gallery/src/app/_components/Masonry.tsx index bd353b18..b38877d6 100644 --- a/themes/gallery/src/app/_components/Masonry.tsx +++ b/themes/gallery/src/app/_components/Masonry.tsx @@ -82,7 +82,7 @@ function Masonry({ children, onLoadMore, images }: Props) { return ( ); diff --git a/themes/gallery/src/app/_components/Responsive.tsx b/themes/gallery/src/app/_components/Responsive.tsx index b23085f7..b1bd540a 100644 --- a/themes/gallery/src/app/_components/Responsive.tsx +++ b/themes/gallery/src/app/_components/Responsive.tsx @@ -133,7 +133,7 @@ function Responsive({ children, images, onLoadMore }: Props) { } target="_blank" rel="noreferrer" - className="relative block overflow-hidden rounded shadow" + className="relative block overflow-hidden rounded-box shadow" style={{ width: `${box.width}px`, height: `${box.height}px`, diff --git a/themes/gallery/src/app/_components/Setting/index.tsx b/themes/gallery/src/app/_components/Setting/index.tsx index d7a583e1..7064629c 100644 --- a/themes/gallery/src/app/_components/Setting/index.tsx +++ b/themes/gallery/src/app/_components/Setting/index.tsx @@ -64,7 +64,7 @@ const Setting = () => { className="drawer-overlay" >

-
+
@@ -108,7 +108,7 @@ const Setting = () => {
-
+
  • { 全部 - + {setting.count} @@ -166,7 +166,7 @@ const Setting = () => {
-
+
{folderTree && }