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
afcb2c63
Commit
afcb2c63
authored
May 04, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:1.运维地图配置权限配置表格改成左右结构2.运维地图配置范围设置支持检索
parent
8ece3891
Pipeline
#71754
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
SchemeConfig.less
src/pages/platformCenter/gis/schemeConfig/SchemeConfig.less
+7
-0
index.jsx
src/pages/platformCenter/gis/schemeConfig/ScopeMap/index.jsx
+1
-1
solutionConfig.jsx
...Center/gis/schemeConfig/solutionConfig/solutionConfig.jsx
+7
-4
No files found.
src/pages/platformCenter/gis/schemeConfig/SchemeConfig.less
View file @
afcb2c63
...
...
@@ -256,6 +256,13 @@
height: calc(100vh - 250px) !important;
border-bottom: 1px solid #f0f0f0;
}
.tableContainer {
display: flex;
justify-content: space-between;
.tableContent {
width: 49%;
}
}
}
.titleText {
...
...
src/pages/platformCenter/gis/schemeConfig/ScopeMap/index.jsx
View file @
afcb2c63
...
...
@@ -969,7 +969,7 @@ const Map = props => {
onFinish=
{
onFinish
}
>
<
Form
.
Item
label=
"切换方案"
name=
"schemename"
style=
{
{
marginBottom
:
'19px'
}
}
>
<
Select
placeholder=
"请选择方案"
>
<
Select
placeholder=
"请选择方案"
showSearch
>
{
schemeList
.
map
((
item
,
index
)
=>
(
<
Option
value=
{
item
.
schemename
}
key=
{
index
}
>
{
item
.
schemename
}
...
...
src/pages/platformCenter/gis/schemeConfig/solutionConfig/solutionConfig.jsx
View file @
afcb2c63
...
...
@@ -658,7 +658,8 @@ const VectorData = props => {
return
(
<
div
className=
{
styles
.
solutionContainer
}
>
<
Spin
tip=
"loading..."
spinning=
{
checkLoading
}
>
<
div
style=
{
{
height
:
'calc(100vh - 150px)'
,
width
:
'100%'
,
overflow
:
'scroll'
}
}
>
<
div
className=
{
styles
.
tableContainer
}
style=
{
{
height
:
'calc(100vh - 150px)'
,
width
:
'100%'
,
overflow
:
'scroll'
}
}
>
<
div
className=
{
styles
.
tableContent
}
>
<
Divider
orientation=
"left"
>
<
div
className=
{
styles
.
divider
}
>
{
' '
}
...
...
@@ -678,9 +679,10 @@ const VectorData = props => {
// style={{ height: 'calc(100vh - 610px)' }}
pagination=
{
false
}
rowKey=
"schemename"
scroll=
{
{
y
:
25
0
}
}
scroll=
{
{
y
:
60
0
}
}
/>
</
div
>
<
div
className=
{
styles
.
tableContent
}
>
<
Divider
orientation=
"left"
>
<
div
className=
{
styles
.
divider
}
>
Moblie
{
' '
}
...
...
@@ -697,10 +699,11 @@ const VectorData = props => {
dataSource=
{
handData
}
bordered
rowKey=
"schemename"
scroll=
{
{
y
:
25
0
}
}
scroll=
{
{
y
:
60
0
}
}
// style={{ height: 'calc(100vh - 610px)' }}
pagination=
{
false
}
/>
</
div
>
</
div
>
</
Spin
>
<
AddModal
...
...
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