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
10a7ec57
Commit
10a7ec57
authored
May 09, 2024
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整场地高亮更明显和修复Modal遮挡
parent
65b053c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/ui/Duel/Message/SelectCardsModal/index.tsx
src/ui/Duel/Message/SelectCardsModal/index.tsx
+1
-1
src/ui/Duel/PlayMat/Bg/index.module.scss
src/ui/Duel/PlayMat/Bg/index.module.scss
+2
-2
No files found.
src/ui/Duel/Message/SelectCardsModal/index.tsx
View file @
10a7ec57
...
@@ -110,7 +110,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
...
@@ -110,7 +110,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
<
span
>
{
single
?
"
每次选择一张
"
:
""
}
</
span
>
<
span
>
{
single
?
"
每次选择一张
"
:
""
}
</
span
>
</>
</>
}
// TODO: 这里可以再细化一些
}
// TODO: 这里可以再细化一些
width=
{
"
3
7.
5rem
"
}
width=
{
"
3
8.2
5rem
"
}
okButtonProps=
{
{
okButtonProps=
{
{
disabled
:
!
submitable
,
disabled
:
!
submitable
,
}
}
}
}
...
...
src/ui/Duel/PlayMat/Bg/index.module.scss
View file @
10a7ec57
...
@@ -26,10 +26,10 @@
...
@@ -26,10 +26,10 @@
height
:
var
(
--
block-height-s
);
height
:
var
(
--
block-height-s
);
}
}
&
.highlight
{
&
.highlight
{
background
:
#ffffff
35
;
background
:
#ffffff
4f
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
&
:hover
{
opacity
:
0
.
7
;
opacity
:
0
.
5
;
}
}
}
}
.triangle
{
.triangle
{
...
...
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