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
4f1806f7
Commit
4f1806f7
authored
May 10, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: xunjian
parent
90b967db
Pipeline
#88288
passed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
index.less
...WorkDesign/components/Designer/Container/Group/index.less
+5
-0
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+1
-0
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+5
-0
No files found.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Container/Group/index.less
View file @
4f1806f7
...
...
@@ -66,6 +66,11 @@
background: url('@{imgSrc}/card4.png');
background-size: 100% 100%;
}
&[widget='POLLINGMAINTENANCE'] {
height: 80px;
background: url('@{imgSrc}/card104.png');
background-size: 100% 100%;
}
&[widget='PIPEGATHER'] {
height: 80px;
background: url('@{imgSrc}/card5.png');
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.js
View file @
4f1806f7
...
...
@@ -35,6 +35,7 @@ const cards = [
count
:
6
,
children
:
[
{
name
:
'管网监控'
,
widget
:
'PIPEMONITORING'
,
type
:
'运营'
},
{
name
:
'巡检运维'
,
widget
:
'POLLINGMAINTENANCE'
,
type
:
'运营'
},
{
name
:
'管网采集'
,
widget
:
'PIPEGATHER'
,
type
:
'运营'
},
{
name
:
'管网资产'
,
widget
:
'PIPELINEASSETSV2'
,
type
:
'运营'
},
{
name
:
'管网巡检'
,
widget
:
'PIPEINSPECTION'
,
type
:
'运营'
},
...
...
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
4f1806f7
...
...
@@ -107,6 +107,11 @@
background: url('@{imgSrc}/card4.png');
background-size: 100% 100%;
}
&[widget='POLLINGMAINTENANCE'] {
height: 50px;
background: url('@{imgSrc}/card104.png');
background-size: 100% 100%;
}
&[widget='PIPEGATHER'] {
height: 80px;
background: url('@{imgSrc}/card5.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