From 3e571fe291e07bcb246fe332efc4cfe0dcd9ace9 Mon Sep 17 00:00:00 2001 From: KT <74288668+ETH-KT@users.noreply.github.com> Date: Thu, 3 Aug 2023 12:25:31 +0800 Subject: [PATCH] Update lightweight_dao_manager.tsx #25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 引入样式太多了,没有仔细看,简单粗暴的解决方式,直接设置大小就行了 --- src/pages/lightweight_dao_manager.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/lightweight_dao_manager.tsx b/src/pages/lightweight_dao_manager.tsx index e5e9e52..6a0db12 100644 --- a/src/pages/lightweight_dao_manager.tsx +++ b/src/pages/lightweight_dao_manager.tsx @@ -393,7 +393,7 @@ export default function Home() {


{/* todo: make it diff of h1 - h5 */} -

DID Basic Information

+

DID Basic Information

DID Type: {typeInfo === "0" ? "Human" : "DAO"}

DID Description: {descriptionInfo}

@@ -585,4 +585,4 @@ export default function Home() { */} ); -} \ No newline at end of file +}