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
8e6ca27a
Commit
8e6ca27a
authored
Jan 14, 2021
by
tianfen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref: 修改版本弹框bug
parent
6e44af0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
colContent.jsx
src/components/Colophon/colContent.jsx
+1
-4
index.jsx
src/components/Colophon/index.jsx
+1
-0
No files found.
src/components/Colophon/colContent.jsx
View file @
8e6ca27a
...
...
@@ -14,10 +14,7 @@ const ColConen = () => {
<
p
className=
{
styles
.
desclog
}
>
熊猫运维平台
</
p
>
</
div
>
<
div
className=
{
styles
.
logbox
}
>
<
Tabs
tabPosition=
{
tabPosition
}
style=
{
{
height
:
'calc(100vh - 500px)'
}
}
>
<
Tabs
tabPosition=
{
tabPosition
}
style=
{
{
height
:
'calc(50vh)'
}
}
>
{
arr
.
map
((
item
,
index
)
=>
(
<
TabPane
tab=
{
item
.
label
}
key=
{
item
.
key
}
>
{
item
.
content
}
...
...
src/components/Colophon/index.jsx
View file @
8e6ca27a
...
...
@@ -17,6 +17,7 @@ const Colophon = props => {
<
div
onClick=
{
e
=>
e
.
stopPropagation
()
}
>
<
Modal
width=
{
1200
}
// height={600}
visible=
{
visible
}
footer=
{
[
<
Button
...
...
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