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
db009708
Commit
db009708
authored
May 06, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 增加瑞云定制组件
parent
ec92282d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletion
+23
-1
index.less
...WorkDesign/components/Designer/Container/Group/index.less
+10
-0
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+3
-1
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+10
-0
No files found.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Container/Group/index.less
View file @
db009708
...
@@ -196,11 +196,21 @@
...
@@ -196,11 +196,21 @@
background: url('@{imgSrc}/DMA分区统计.png');
background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%;
background-size: 100% 100%;
}
}
&[widget='RUIYUN_CASEOPERATION'] {
height: 100px;
background: url('@{imgSrc}/card105.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 260px;
height: 260px;
background: url('@{imgSrc}/维修服务统计.png');
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
background-size: 100% 100%;
}
}
&[widget='RUIYUN_PERSONRANKING'] {
height: 270px;
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] {
&[widget='USAGE_STATISTICS'] {
height: 150px;
height: 150px;
background: url('@{imgSrc}/实用情况统计.png');
background: url('@{imgSrc}/实用情况统计.png');
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
db009708
...
@@ -105,12 +105,14 @@ const cards = [
...
@@ -105,12 +105,14 @@ const cards = [
},
},
{
{
title
:
'瑞云智慧水务项目'
,
title
:
'瑞云智慧水务项目'
,
count
:
4
,
count
:
6
,
children
:
[
children
:
[
{
name
:
'供水统计'
,
widget
:
'RUIYUN_WATERSTATISTICS'
,
type
:
'运营'
},
{
name
:
'供水统计'
,
widget
:
'RUIYUN_WATERSTATISTICS'
,
type
:
'运营'
},
{
name
:
'开关阀统计'
,
widget
:
'RUIYUN_SWITCHSTATISTICS'
,
type
:
'运营'
},
{
name
:
'开关阀统计'
,
widget
:
'RUIYUN_SWITCHSTATISTICS'
,
type
:
'运营'
},
{
name
:
'DMA分区统计'
,
widget
:
'RUIYUN_AREASTATISTICS'
,
type
:
'运营'
},
{
name
:
'DMA分区统计'
,
widget
:
'RUIYUN_AREASTATISTICS'
,
type
:
'运营'
},
{
name
:
'工单运营'
,
widget
:
'RUIYUN_CASEOPERATION'
,
type
:
'运营'
},
{
name
:
'维修服务统计'
,
widget
:
'RUIYUN_MAINTAINSTATISTICS'
,
type
:
'运营'
},
{
name
:
'维修服务统计'
,
widget
:
'RUIYUN_MAINTAINSTATISTICS'
,
type
:
'运营'
},
{
name
:
'人员业务排名'
,
widget
:
'RUIYUN_PERSONRANKING'
,
type
:
'运营'
},
]
]
},
},
]
]
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
db009708
...
@@ -237,11 +237,21 @@
...
@@ -237,11 +237,21 @@
background: url('@{imgSrc}/DMA分区统计.png');
background: url('@{imgSrc}/DMA分区统计.png');
background-size: 100% 100%;
background-size: 100% 100%;
}
}
&[widget='RUIYUN_CASEOPERATION'] {
height: 60px;
background: url('@{imgSrc}/card105.png');
background-size: 100% 100%;
}
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
&[widget='RUIYUN_MAINTAINSTATISTICS'] {
height: 170px;
height: 170px;
background: url('@{imgSrc}/维修服务统计.png');
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
background-size: 100% 100%;
}
}
&[widget='RUIYUN_PERSONRANKING'] {
height: 210px;
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] {
&[widget='USAGE_STATISTICS'] {
height: 90px;
height: 90px;
background: url('@{imgSrc}/实用情况统计.png');
background: url('@{imgSrc}/实用情况统计.png');
...
...
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