Skip to content

Commit

Permalink
Update lightweight_dao_manager.tsx #25
Browse files Browse the repository at this point in the history
引入样式太多了,没有仔细看,简单粗暴的解决方式,直接设置大小就行了
  • Loading branch information
ETH-KT authored Aug 3, 2023
1 parent 5ec3271 commit 3e571fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/lightweight_dao_manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export default function Home() {
<hr></hr>
<br></br>
{/* todo: make it diff of h1 - h5 */}
<h2 className="text-center font-bold">DID Basic Information</h2>
<h2 className="text-center font-bold text-2xl">DID Basic Information</h2>
<center>
<p><b>DID Type: </b> {typeInfo === "0" ? "Human" : "DAO"}</p>
<p><b>DID Description: </b> {descriptionInfo}</p>
Expand Down Expand Up @@ -585,4 +585,4 @@ export default function Home() {
</button> */}
</div >
);
}
}

0 comments on commit 3e571fe

Please sign in to comment.