From 8208652607b394bc3eade5bca1c9e12116593760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Thu, 18 May 2023 16:28:51 +0800 Subject: [PATCH] feat: card ui --- web/app/components/explore/app-card/style.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/components/explore/app-card/style.module.css b/web/app/components/explore/app-card/style.module.css index 895d200ef6..dc0b96e448 100644 --- a/web/app/components/explore/app-card/style.module.css +++ b/web/app/components/explore/app-card/style.module.css @@ -2,11 +2,12 @@ min-width: 312px; } -.opWrap { +.mode { display: flex; + height: 28px; } -.mode { +.opWrap { display: none; }