Commit 8e2a28b3 authored by timel's avatar timel

fix: small

parent a6b1f93d
Pipeline #23056 passed with stages
in 13 minutes and 42 seconds
......@@ -43,7 +43,7 @@
}
.title {
font-size: 18px;
font-size: 16px;
font-family: var(--theme-font);
margin: 20px 0 15px;
display: flex;
......
import { Avatar, Button, Descriptions } from "antd";
import { Button, Descriptions } from "antd";
import classNames from "classnames";
import { useEffect, useMemo, useState } from "react";
......@@ -43,7 +43,7 @@ export const CardDetail: React.FC<{
<YgoCard className={styles.card} code={code} />
<div className={styles.title}>
<span>{card?.text.name}</span>
<Avatar size={22}></Avatar>
{/* <Avatar size={22}>光</Avatar> */}
</div>
<ScrollableArea>
<Descriptions layout="vertical" size="small">
......
......@@ -351,6 +351,7 @@ const Search: React.FC = () => {
setSearchConditions(emptySearchConditions);
setSortRef(defaultSort);
setSortEdited(false);
handleSearch(emptySearchConditions);
}}
>
重置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment