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
0e4f51a3
Commit
0e4f51a3
authored
Mar 25, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '修改GIS平台样式'
parent
d2c138bf
Pipeline
#46605
passed with stages
in 6 minutes 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
projectMessage.jsx
...er/gis/dimensionsConfig/projectMessage/projectMessage.jsx
+8
-1
projectMessage.jsx
...Center/gis/schemeConfig/projectMessage/projectMessage.jsx
+2
-2
No files found.
src/pages/platformCenter/gis/dimensionsConfig/projectMessage/projectMessage.jsx
View file @
0e4f51a3
/*
* @Description:
* @Author: leizhe
* @Date: 2022-01-13 10:47:32
* @LastEditTime: 2022-03-25 10:29:20
* @LastEditors: leizhe
*/
/* eslint-disable indent */
import
{
Button
,
Spin
}
from
'antd'
;
import
React
,
{
useState
,
useEffect
}
from
'react'
;
...
...
@@ -53,7 +60,7 @@ const VectorData = props => {
新增
</
Button
>
</
div
>
<
div
style=
{
{
height
:
'
700px
'
,
overflow
:
'scroll'
}
}
>
<
div
style=
{
{
height
:
'
calc(100vh - 230px)
'
,
overflow
:
'scroll'
}
}
>
<
div
className=
{
styles
.
cardsList
}
>
{
tileData
&&
tileData
.
length
?
tileData
.
map
((
item
,
index
)
=>
{
...
...
src/pages/platformCenter/gis/schemeConfig/projectMessage/projectMessage.jsx
View file @
0e4f51a3
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: leizhe
* @Date: 2022-01-13 10:47:32
* @LastEditTime: 2022-03-2
2 16:59:26
* @LastEditTime: 2022-03-2
5 10:28:02
* @LastEditors: leizhe
*/
/* eslint-disable indent */
...
...
@@ -63,7 +63,7 @@ const VectorData = props => {
</
Button
>
</
div
>
<
Spin
tip=
"loading..."
spinning=
{
treeLoading
}
>
<
div
style=
{
{
height
:
'
780px
'
,
overflow
:
'scroll'
,
width
:
'100%'
}
}
>
<
div
style=
{
{
height
:
'
calc(100vh - 230px)
'
,
overflow
:
'scroll'
,
width
:
'100%'
}
}
>
<
div
className=
{
styles
.
cardsList
}
>
{
tileData
&&
tileData
.
length
?
tileData
.
map
((
item
,
index
)
=>
{
...
...
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