Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
66a956d9
authored
Oct 05, 2025
by
RedwindA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: improve text visibility in warning box for dark mode in SettingsLog
parent
b982bd8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
web/src/pages/Setting/Operation/SettingsLog.jsx
+11
-10
No files found.
web/src/pages/Setting/Operation/SettingsLog.jsx
View file @
66a956d9
...
...
@@ -106,20 +106,21 @@ export default function SettingsLog(props) {
<
Text
type=
"tertiary"
>
(
{
t
(
'约'
)
}
{
daysDiff
}
{
t
(
'天前'
)
}
)
</
Text
>
)
}
</
p
>
<
div
style=
{
{
background
:
'#fff7e6'
,
border
:
'1px solid #ffd591'
,
padding
:
'12px'
,
<
div
style=
{
{
background
:
'#fff7e6'
,
border
:
'1px solid #ffd591'
,
padding
:
'12px'
,
borderRadius
:
'4px'
,
marginTop
:
'12px'
marginTop
:
'12px'
,
color
:
'#333'
}
}
>
<
Text
type=
"warning"
strong
>
⚠️
{
t
(
'注意'
)
}
:
</
Text
>
<
Text
>
{
t
(
'将删除'
)
}
</
Text
>
<
Text
strong
type=
"danger"
>
{
targetTime
}
</
Text
>
<
Text
strong
style=
{
{
color
:
'#d46b08'
}
}
>
⚠️
{
t
(
'注意'
)
}
:
</
Text
>
<
Text
style=
{
{
color
:
'#333'
}
}
>
{
t
(
'将删除'
)
}
</
Text
>
<
Text
strong
style=
{
{
color
:
'#cf1322'
}
}
>
{
targetTime
}
</
Text
>
{
daysDiff
>
0
&&
(
<
Text
type=
"tertiary"
>
(
{
t
(
'约'
)
}
{
daysDiff
}
{
t
(
'天前'
)
}
)
</
Text
>
<
Text
style=
{
{
color
:
'#8c8c8c'
}
}
>
(
{
t
(
'约'
)
}
{
daysDiff
}
{
t
(
'天前'
)
}
)
</
Text
>
)
}
<
Text
>
{
t
(
'之前的所有日志'
)
}
</
Text
>
<
Text
style=
{
{
color
:
'#333'
}
}
>
{
t
(
'之前的所有日志'
)
}
</
Text
>
</
div
>
<
p
style=
{
{
marginTop
:
'12px'
}
}
>
<
Text
type=
"danger"
>
{
t
(
'此操作不可恢复,请仔细确认时间后再操作!'
)
}
</
Text
>
...
...
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