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
6c7dca9a
Commit
6c7dca9a
authored
Aug 19, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: small
parent
cd06a16a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/ui/Match/index.tsx
src/ui/Match/index.tsx
+2
-1
src/ui/Shared/YgoCard/index.module.scss
src/ui/Shared/YgoCard/index.module.scss
+0
-1
src/ui/theme.ts
src/ui/theme.ts
+1
-1
No files found.
src/ui/Match/index.tsx
View file @
6c7dca9a
...
...
@@ -77,9 +77,10 @@ export const Component: React.FC = () => {
}))
}
/>
<
Button
style=
{
{
width
:
150
,
fontSize
:
"
14px
"
}
}
style=
{
{
width
:
150
}
}
icon=
{
<
EditOutlined
/>
}
onClick=
{
()
=>
navigate
(
"
/build
"
)
}
size=
"large"
>
卡组编辑
</
Button
>
...
...
src/ui/Shared/YgoCard/index.module.scss
View file @
6c7dca9a
...
...
@@ -5,7 +5,6 @@
align-items
:
center
;
justify-content
:
center
;
font-size
:
12px
;
padding
:
5px
;
line-height
:
1
.75em
;
overflow
:
hidden
;
//超出的文本隐藏
text-overflow
:
ellipsis
;
//溢出用省略号显示
...
...
src/ui/theme.ts
View file @
6c7dca9a
...
...
@@ -46,7 +46,7 @@ export const theme: ThemeConfig = {
fontSizeLG
:
14
,
fontSize
:
12
,
colorBgContainer
:
"
hsla(0, 0%, 100%, 0.05)
"
,
colorPrimaryHover
:
"
#ccc
"
,
//
colorPrimaryHover: "#ccc",
colorPrimaryActive
:
"
#aaa
"
,
},
Popover
:
{
...
...
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