Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 8, 2024
1 parent fb7e562 commit 71e46a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,39 +84,9 @@ const Sha = () => {

return (
<>
<div
className="p-2 rounded-md bg-white dark:bg-[#151718] flex "
style={{
boxShadow: `${token.boxShadowTertiary}`,
display: "none",
}}
>
<div>
<div>Ant Design Title 1</div>
<div>
sign, a design language for background applications, is refined by
</div>
</div>
<Divider type={"vertical"} style={{ height: "60px" }} />
<div>
<div>Ant Design Title 1</div>
<div>
sign, a design language for background applications, is refined by
</div>
</div>
<Divider type={"vertical"} style={{ height: "60px" }} />
<div>
<div>Ant Design Title 1</div>
<div>
sign, a design language for background applications, is refined by
</div>
</div>
</div>
<div className={"h-[10px]"}></div>
<div
className="p-2 rounded-md bg-white dark:bg-[#151718]"
style={{
// border: `1px solid ${token.colorBorder}`,
boxShadow: `${token.boxShadowTertiary}`,
}}
>
Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-report/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ a{
}

.content-class-no-found{
background-color: pink;
background: #f6c6ce;
}

0 comments on commit 71e46a3

Please sign in to comment.