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
1b682a83
Commit
1b682a83
authored
1 year ago
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 个人工作台添加 大表监控
parent
21e3651c
Pipeline
#82246
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
card12.png
src/assets/images/mobileConfig/WorkDesign/card12.png
+0
-0
index.less
...WorkDesign/components/Designer/Container/Group/index.less
+6
-0
index.js
...g/menuconfig/WorkDesign/components/Designer/Left/index.js
+6
-1
index.less
...menuconfig/WorkDesign/components/Designer/Left/index.less
+5
-0
No files found.
src/assets/images/mobileConfig/WorkDesign/card12.png
0 → 100644
View file @
1b682a83
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 @
1b682a83
...
...
@@ -102,5 +102,10 @@
background: url('@{imgSrc}/card11.png');
background-size: 100% 100%;
}
&[widget='LARGE_MONITORING'] {
height: 120px;
background: url('@{imgSrc}/card12.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 @
1b682a83
...
...
@@ -48,7 +48,12 @@ const cards = [
children
:
[
{
name
:
'营收总览'
,
widget
:
'REVENUE_OVERVIEW'
,
type
:
'运营'
},
]
}
},
{
title
:
'DMA'
,
count
:
1
,
children
:
[{
name
:
'大表监控'
,
widget
:
'LARGE_MONITORING'
,
type
:
'运营'
}],
},
]
const
getNanoid
=
(
len
=
10
)
=>
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/productCenter/mobileConfig/menuconfig/WorkDesign/components/Designer/Left/index.less
View file @
1b682a83
...
...
@@ -99,6 +99,11 @@
background: url('@{imgSrc}/card11.png');
background-size: 100% 100%;
}
&[widget='LARGE_MONITORING'] {
height: 120px;
background: url('@{imgSrc}/card12.png');
background-size: 100% 100%;
}
}
&:hover {
.swiper {
...
...
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