Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
love_飞影
Neos
Commits
8e2a28b3
Commit
8e2a28b3
authored
Aug 13, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: small
parent
a6b1f93d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/ui/BuildDeck/CardDetail.module.scss
src/ui/BuildDeck/CardDetail.module.scss
+1
-1
src/ui/BuildDeck/CardDetail.tsx
src/ui/BuildDeck/CardDetail.tsx
+2
-2
src/ui/BuildDeck/index.tsx
src/ui/BuildDeck/index.tsx
+1
-0
No files found.
src/ui/BuildDeck/CardDetail.module.scss
View file @
8e2a28b3
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
}
}
.title
{
.title
{
font-size
:
1
8
px
;
font-size
:
1
6
px
;
font-family
:
var
(
--
theme-font
);
font-family
:
var
(
--
theme-font
);
margin
:
20px
0
15px
;
margin
:
20px
0
15px
;
display
:
flex
;
display
:
flex
;
...
...
src/ui/BuildDeck/CardDetail.tsx
View file @
8e2a28b3
import
{
Avatar
,
Button
,
Descriptions
}
from
"
antd
"
;
import
{
Button
,
Descriptions
}
from
"
antd
"
;
import
classNames
from
"
classnames
"
;
import
classNames
from
"
classnames
"
;
import
{
useEffect
,
useMemo
,
useState
}
from
"
react
"
;
import
{
useEffect
,
useMemo
,
useState
}
from
"
react
"
;
...
@@ -43,7 +43,7 @@ export const CardDetail: React.FC<{
...
@@ -43,7 +43,7 @@ export const CardDetail: React.FC<{
<
YgoCard
className=
{
styles
.
card
}
code=
{
code
}
/>
<
YgoCard
className=
{
styles
.
card
}
code=
{
code
}
/>
<
div
className=
{
styles
.
title
}
>
<
div
className=
{
styles
.
title
}
>
<
span
>
{
card
?.
text
.
name
}
</
span
>
<
span
>
{
card
?.
text
.
name
}
</
span
>
<
Avatar
size=
{
22
}
>
光
</
Avatar
>
{
/* <Avatar size={22}>光</Avatar> */
}
</
div
>
</
div
>
<
ScrollableArea
>
<
ScrollableArea
>
<
Descriptions
layout=
"vertical"
size=
"small"
>
<
Descriptions
layout=
"vertical"
size=
"small"
>
...
...
src/ui/BuildDeck/index.tsx
View file @
8e2a28b3
...
@@ -351,6 +351,7 @@ const Search: React.FC = () => {
...
@@ -351,6 +351,7 @@ const Search: React.FC = () => {
setSearchConditions
(
emptySearchConditions
);
setSearchConditions
(
emptySearchConditions
);
setSortRef
(
defaultSort
);
setSortRef
(
defaultSort
);
setSortEdited
(
false
);
setSortEdited
(
false
);
handleSearch
(
emptySearchConditions
);
}
}
}
}
>
>
重置
重置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment