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
15a3f8e3
Commit
15a3f8e3
authored
1 year ago
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 增加卡片
parent
dfbc0533
Pipeline
#87926
passed with stages
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
1 deletion
+41
-1
使用频次分析.png
src/assets/images/mobileConfig/WorkDesign/使用频次分析.png
+0
-0
实用情况统计.png
src/assets/images/mobileConfig/WorkDesign/实用情况统计.png
+0
-0
系统使用排名.png
src/assets/images/mobileConfig/WorkDesign/系统使用排名.png
+0
-0
index.less
...WorkDesign/components/Designer/Container/Group/index.less
+16
-0
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+10
-1
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+15
-0
No files found.
src/assets/images/mobileConfig/WorkDesign/使用频次分析.png
0 → 100644
View file @
15a3f8e3
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Click to expand it.
src/assets/images/mobileConfig/WorkDesign/实用情况统计.png
0 → 100644
View file @
15a3f8e3
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Click to expand it.
src/assets/images/mobileConfig/WorkDesign/系统使用排名.png
0 → 100644
View file @
15a3f8e3
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Click to expand it.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Container/Group/index.less
View file @
15a3f8e3
...
...
@@ -201,5 +201,20 @@
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] {
height: 150px;
background: url('@{imgSrc}/实用情况统计.png');
background-size: 100% 100%;
}
&[widget='FREQUENCY_ANALYSIS'] {
height: 280px;
background: url('@{imgSrc}/使用频次分析.png');
background-size: 100% 100%;
}
&[widget='USAGE_RANKING'] {
height: 220px;
background: url('@{imgSrc}/系统使用排名.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
15a3f8e3
...
...
@@ -64,6 +64,15 @@ const cards = [
count
:
1
,
children
:
[{
name
:
'大表监控'
,
widget
:
'LARGE_MONITORING'
,
type
:
'运营'
}],
},
{
title
:
'系统统计'
,
count
:
3
,
children
:
[
{
name
:
'实用情况统计'
,
widget
:
'USAGE_STATISTICS'
,
type
:
'运营'
},
{
name
:
'使用频次分析'
,
widget
:
'FREQUENCY_ANALYSIS'
,
type
:
'运营'
},
{
name
:
'系统使用排名'
,
widget
:
'USAGE_RANKING'
,
type
:
'运营'
},
],
},
],
[
{
...
...
@@ -96,7 +105,7 @@ const cards = [
},
{
title
:
'瑞云智慧水务项目'
,
count
:
1
,
count
:
4
,
children
:
[
{
name
:
'供水统计'
,
widget
:
'RUIYUN_WATERSTATISTICS'
,
type
:
'运营'
},
{
name
:
'开关阀统计'
,
widget
:
'RUIYUN_SWITCHSTATISTICS'
,
type
:
'运营'
},
...
...
This diff is collapsed.
Click to expand it.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
15a3f8e3
...
...
@@ -242,6 +242,21 @@
background: url('@{imgSrc}/维修服务统计.png');
background-size: 100% 100%;
}
&[widget='USAGE_STATISTICS'] {
height: 90px;
background: url('@{imgSrc}/实用情况统计.png');
background-size: 100% 100%;
}
&[widget='FREQUENCY_ANALYSIS'] {
height: 180px;
background: url('@{imgSrc}/使用频次分析.png');
background-size: 100% 100%;
}
&[widget='USAGE_RANKING'] {
height: 160px;
background: url('@{imgSrc}/系统使用排名.png');
background-size: 100% 100%;
}
}
}
.cardType {
...
...
This diff is collapsed.
Click to expand it.
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