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
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
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
MyCard
Neos
Commits
6d78b4fb
Commit
6d78b4fb
authored
Aug 19, 2023
by
timel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/0819' into 'main'
Fix/0819 See merge request
!273
parents
cd06a16a
6c7dca9a
Pipeline
#23205
passed with stages
in 11 minutes and 5 seconds
Changes
3
Pipelines
1
Show 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 @
6d78b4fb
...
@@ -77,9 +77,10 @@ export const Component: React.FC = () => {
...
@@ -77,9 +77,10 @@ export const Component: React.FC = () => {
}))
}
}))
}
/>
/>
<
Button
<
Button
style=
{
{
width
:
150
,
fontSize
:
"
14px
"
}
}
style=
{
{
width
:
150
}
}
icon=
{
<
EditOutlined
/>
}
icon=
{
<
EditOutlined
/>
}
onClick=
{
()
=>
navigate
(
"
/build
"
)
}
onClick=
{
()
=>
navigate
(
"
/build
"
)
}
size=
"large"
>
>
卡组编辑
卡组编辑
</
Button
>
</
Button
>
...
...
src/ui/Shared/YgoCard/index.module.scss
View file @
6d78b4fb
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
font-size
:
12px
;
font-size
:
12px
;
padding
:
5px
;
line-height
:
1
.75em
;
line-height
:
1
.75em
;
overflow
:
hidden
;
//超出的文本隐藏
overflow
:
hidden
;
//超出的文本隐藏
text-overflow
:
ellipsis
;
//溢出用省略号显示
text-overflow
:
ellipsis
;
//溢出用省略号显示
...
...
src/ui/theme.ts
View file @
6d78b4fb
...
@@ -46,7 +46,7 @@ export const theme: ThemeConfig = {
...
@@ -46,7 +46,7 @@ export const theme: ThemeConfig = {
fontSizeLG
:
14
,
fontSizeLG
:
14
,
fontSize
:
12
,
fontSize
:
12
,
colorBgContainer
:
"
hsla(0, 0%, 100%, 0.05)
"
,
colorBgContainer
:
"
hsla(0, 0%, 100%, 0.05)
"
,
colorPrimaryHover
:
"
#ccc
"
,
//
colorPrimaryHover: "#ccc",
colorPrimaryActive
:
"
#aaa
"
,
colorPrimaryActive
:
"
#aaa
"
,
},
},
Popover
:
{
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