Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
2022-03-01 10:07:28 +0800
Commit
c23d3e85e5c0d3ff8a74f6dd11c67f287846a0e4
2 parents
2890f392
14c5b9bc
Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
自定义折现堆叠图-样式修改 See merge request
!27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
report-ui/src/api/platform.js
report-ui/src/views/report/bigscreen/designer/widget/monitor/customLineStack.vue
report-ui/src/views/report/bigscreen/designer/widget/monitor/detailTable.vue
report-ui/src/api/platform.js
View file @
c23d3e8
...
...
@@ -146,3 +146,10 @@ export function getDetailTableDataNoPage(params,urlObj){
method
:
'get'
,
})
}
//下载表格
export
function
getBResourcePage
(
params
,
urlObj
){
return
request
({
url
:
'api-web/detail/table/notpage?resId='
+
params
.
resId
+
'&access_token='
+
urlObj
.
token
,
method
:
'get'
,
})
}
...
...
report-ui/src/views/report/bigscreen/designer/widget/monitor/customLineStack.vue
View file @
c23d3e8
...
...
@@ -120,6 +120,8 @@ export default {
fontWeight: optionsSetup.subTextFontWeight,
fontSize: optionsSetup.subTextFontSize
};
title.top='8px';
title.left='8px';
this.options.title = title;
},
// X轴设置
...
...
@@ -228,6 +230,7 @@ export default {
color: optionsSetup.lineColor,
fontSize: optionsSetup.tipsFontSize,
},
extraCssText:'z-index:2',
formatter:function (param) {
let kpiName=optionsSetup.titleText;
let kpiUnit=that.kpiUnit;
...
...
report-ui/src/views/report/bigscreen/designer/widget/monitor/detailTable.vue
View file @
c23d3e8
...
...
@@ -1293,7 +1293,7 @@ export default {
-webkit-box-orient: vertical;*/
}
.width-80{
max-width:8
0
%;
max-width:8
5
%;
}
.padding-10{
padding:5px;
...
...
Please
register
or
login
to post a comment