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
65b6dc35
Commit
65b6dc35
authored
Mar 01, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 作台优化
parent
b626171f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
5 deletions
+16
-5
三水厂送水泵房监控.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
+7
-2
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+2
-1
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+7
-2
No files found.
src/assets/images/mobileConfig/WorkDesign/三水厂送水泵房监控.png
0 → 100644
View file @
65b6dc35
This diff was suppressed by a .gitattributes entry.
src/assets/images/mobileConfig/WorkDesign/四水厂送水泵房监控.png
0 → 100644
View file @
65b6dc35
This diff was suppressed by a .gitattributes entry.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Container/Group/index.less
View file @
65b6dc35
...
...
@@ -141,9 +141,14 @@
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
&[widget='WATER_SUPPLY_MONITORING
3
'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background: url('@{imgSrc}/三水厂送水泵房监控.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING4'] {
height: 180px;
background: url('@{imgSrc}/四水厂送水泵房监控.png');
background-size: 100% 100%;
}
}
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
65b6dc35
...
...
@@ -78,7 +78,8 @@ const cards = [
count
:
1
,
children
:
[
{
name
:
'生产概览'
,
widget
:
'PRODUCT_OVERVIEW'
,
type
:
'运营'
},
{
name
:
'送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING'
,
type
:
'运营'
},
{
name
:
'三水厂送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING3'
,
type
:
'运营'
},
{
name
:
'四水厂送水泵房监控'
,
widget
:
'WATER_SUPPLY_MONITORING4'
,
type
:
'运营'
},
]
},
]
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
65b6dc35
...
...
@@ -182,9 +182,14 @@
background: url('@{imgSrc}/生产概览.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING'] {
&[widget='WATER_SUPPLY_MONITORING
3
'] {
height: 180px;
background: url('@{imgSrc}/送水泵房监控.png');
background: url('@{imgSrc}/三水厂送水泵房监控.png');
background-size: 100% 100%;
}
&[widget='WATER_SUPPLY_MONITORING4'] {
height: 180px;
background: url('@{imgSrc}/四水厂送水泵房监控.png');
background-size: 100% 100%;
}
}
...
...
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