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
59b3f4d9
Commit
59b3f4d9
authored
Jul 21, 2023
by
timel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 100%
parent
93fae549
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
src/ui/Duel/Message/CardModal/index.module.scss
src/ui/Duel/Message/CardModal/index.module.scss
+5
-5
src/ui/Duel/Message/HintNotification/index.module.scss
src/ui/Duel/Message/HintNotification/index.module.scss
+1
-1
src/ui/Duel/Message/SelectCardsModal/index.module.scss
src/ui/Duel/Message/SelectCardsModal/index.module.scss
+2
-2
src/ui/Duel/PlayMat/Card/index.module.scss
src/ui/Duel/PlayMat/Card/index.module.scss
+1
-1
No files found.
src/ui/Duel/Message/CardModal/index.module.scss
View file @
59b3f4d9
.root
{
.ant-drawer-content-wrapper
{
:global
(
.ant-drawer-content-wrapper
)
{
box-shadow
:
none
;
}
}
.drawer
{
width
:
90%
;
width
:
90%
!
important
;
left
:
10%
;
--height
:
640px
;
top
:
calc
((
100%
-
var
(
--
height
))
/
2
);
height
:
var
(
--
height
);
height
:
var
(
--
height
)
!
important
;
position
:
relative
;
border-radius
:
6px
;
background
:
#242424
;
.ant-drawer-header
{
:global
(
.ant-drawer-header
)
{
padding
:
15px
0
;
.ant-drawer-header-title
{
:global
(
.ant-drawer-header-title
)
{
flex-direction
:
row-reverse
;
padding-left
:
24px
;
}
...
...
src/ui/Duel/Message/HintNotification/index.module.scss
View file @
59b3f4d9
.message
.ant-message-notice-content
{
.message
:global
(
.ant-message-notice-content
)
{
background-color
:
#333
;
}
src/ui/Duel/Message/SelectCardsModal/index.module.scss
View file @
59b3f4d9
...
...
@@ -12,12 +12,12 @@
transform
:
translateY
(
-50%
);
}
}
.ant-pro-checkcard
{
:global
(
.ant-pro-checkcard
)
{
border-radius
:
4px
;
overflow
:
hidden
;
}
// 多选卡片的样式
.ant-pro-checkcard-checked
{
:global
(
.ant-pro-checkcard-checked
)
{
&
:
:
before
{
position
:
absolute
;
width
:
100%
;
...
...
src/ui/Duel/PlayMat/Card/index.module.scss
View file @
59b3f4d9
...
...
@@ -124,7 +124,7 @@
}
.dropdown
{
.ant-dropdown-menu
{
:global
(
.ant-dropdown-menu
)
{
background-color
:
#333
;
}
text-align
:
center
;
...
...
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