Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
8db0d39a
Commit
8db0d39a
authored
May 14, 2025
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '运维初始化查看授权记录交互优化'
parent
48b2418e
Pipeline
#97448
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
DatabaseInitialization.jsx
...atabase/databaseInitialization/DatabaseInitialization.jsx
+6
-6
DatabaseInitialization.less
...tabase/databaseInitialization/DatabaseInitialization.less
+4
-0
No files found.
src/pages/database/databaseInitialization/DatabaseInitialization.jsx
View file @
8db0d39a
...
@@ -1514,14 +1514,13 @@ const DatabaseInitialization = props => {
...
@@ -1514,14 +1514,13 @@ const DatabaseInitialization = props => {
// color: 'rgb(137 67 67 / 85%)',
// color: 'rgb(137 67 67 / 85%)',
}
}
}
}
>
>
<
div
style=
{
{
display
:
'inline-block'
,
backgroundColor
:
'aliceblue'
}
}
>
<
Tooltip
title=
{
keepHistroy
.
length
>
0
?
'查看数据库授权记录'
:
''
}
>
<
div
style=
{
{
display
:
'inline-block'
,
backgroundColor
:
'aliceblue'
}
}
onClick=
{
keepHistroy
.
length
>
0
?
onHistory
:
''
}
className=
{
keepHistroy
.
length
>
0
?
styles
.
cursor
:
''
}
>
{
keepHistroy
.
length
>
0
?
(
{
keepHistroy
.
length
>
0
?
(
<
Tooltip
title=
"查看数据库授权记录"
>
<
EyeOutlined
<
EyeOutlined
style=
{
{
color
:
'rgb(24 144 255)'
,
marginRight
:
'5px'
}
}
style=
{
{
color
:
'rgb(24 144 255)'
,
marginRight
:
'5px'
}
}
onClick=
{
onHistory
}
//
onClick=
{
onHistory
}
/>
/>
</
Tooltip
>
)
:
(
)
:
(
<></>
<></>
)
}
)
}
...
@@ -1539,6 +1538,7 @@ const DatabaseInitialization = props => {
...
@@ -1539,6 +1538,7 @@ const DatabaseInitialization = props => {
</
span
>
</
span
>
)
}
)
}
</
div
>
</
div
>
</
Tooltip
>
<
div
style=
{
{
display
:
'inline-block'
,
backgroundColor
:
'aliceblue'
}
}
>
<
div
style=
{
{
display
:
'inline-block'
,
backgroundColor
:
'aliceblue'
}
}
>
<
CalendarOutlined
style=
{
{
color
:
'#8466cb'
,
marginRight
:
'5px'
}
}
/>
<
CalendarOutlined
style=
{
{
color
:
'#8466cb'
,
marginRight
:
'5px'
}
}
/>
项目名:
{
keepMsg
?
<>
{
keepMsg
}
</>
:
'--'
}
项目名:
{
keepMsg
?
<>
{
keepMsg
}
</>
:
'--'
}
...
@@ -1666,7 +1666,7 @@ const DatabaseInitialization = props => {
...
@@ -1666,7 +1666,7 @@ const DatabaseInitialization = props => {
</
div
>
</
div
>
</
Card
>
</
Card
>
</
div
>
</
div
>
</
div
>
</
div
>
<
Modal
<
Modal
title=
"初始化数据库"
title=
"初始化数据库"
visible=
{
initVisible
}
visible=
{
initVisible
}
...
@@ -1903,7 +1903,7 @@ const DatabaseInitialization = props => {
...
@@ -1903,7 +1903,7 @@ const DatabaseInitialization = props => {
)
}
)
}
</
div
>
</
div
>
</
Modal
>
</
Modal
>
</
PageContainer
>
</
PageContainer
>
</>
</>
);
);
};
};
...
...
src/pages/database/databaseInitialization/DatabaseInitialization.less
View file @
8db0d39a
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
font-size: 16px;
font-size: 16px;
}
}
.mgTop20 {
.mgTop20 {
.cursor:hover {
cursor: pointer;
}
// height: calc(100vh - 170px);
// height: calc(100vh - 170px);
}
}
.tCenter {
.tCenter {
...
...
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