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
6ad59297
Commit
6ad59297
authored
Mar 01, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
b56786c0
b626171f
Pipeline
#85482
passed with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
0 deletions
+29
-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
+11
-0
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+8
-0
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+10
-0
No files found.
src/assets/images/mobileConfig/WorkDesign/生产概览.png
0 → 100644
View file @
6ad59297
This diff was suppressed by a .gitattributes entry.
src/assets/images/mobileConfig/WorkDesign/送水泵房监控.png
0 → 100644
View file @
6ad59297
This diff was suppressed by a .gitattributes entry.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Container/Group/index.less
View file @
6ad59297
...
...
@@ -136,5 +136,15 @@
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='PRODUCT_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background-size: 100% 100%;
}
}
}
\ No newline at end of file
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
6ad59297
...
...
@@ -73,6 +73,14 @@ const cards = [
{
name
:
'子公司业务排行'
,
widget
:
'SUBSIDIARYBUSINESSRANKING'
,
type
:
'运营'
},
]
},
{
title
:
'新乐智慧水务项目'
,
count
:
1
,
children
:
[
{
name
:
'生产概览'
,
widget
:
'PRODUCT_OVERVIEW'
,
type
:
'运营'
},
{
name
:
'送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING'
,
type
:
'运营'
},
]
},
]
]
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
6ad59297
...
...
@@ -177,6 +177,16 @@
background: url('@{imgSrc}/card106.png');
background-size: 100% 100%;
}
&[widget='PRODUCT_OVERVIEW'] {
height: 80px;
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background-size: 100% 100%;
}
}
} // &:hover {
// .swiper {
...
...
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