Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
自定义折现堆叠图-样式修改 See merge request !27
Showing
3 changed files
with
11 additions
and
1 deletions
@@ -146,3 +146,10 @@ export function getDetailTableDataNoPage(params,urlObj){ | @@ -146,3 +146,10 @@ export function getDetailTableDataNoPage(params,urlObj){ | ||
146 | method: 'get', | 146 | method: 'get', |
147 | }) | 147 | }) |
148 | } | 148 | } |
149 | +//下载表格 | ||
150 | +export function getBResourcePage(params,urlObj){ | ||
151 | + return request({ | ||
152 | + url: 'api-web/detail/table/notpage?resId='+params.resId+'&access_token='+urlObj.token, | ||
153 | + method: 'get', | ||
154 | + }) | ||
155 | +} |
@@ -120,6 +120,8 @@ export default { | @@ -120,6 +120,8 @@ export default { | ||
120 | fontWeight: optionsSetup.subTextFontWeight, | 120 | fontWeight: optionsSetup.subTextFontWeight, |
121 | fontSize: optionsSetup.subTextFontSize | 121 | fontSize: optionsSetup.subTextFontSize |
122 | }; | 122 | }; |
123 | + title.top='8px'; | ||
124 | + title.left='8px'; | ||
123 | this.options.title = title; | 125 | this.options.title = title; |
124 | }, | 126 | }, |
125 | // X轴设置 | 127 | // X轴设置 |
@@ -228,6 +230,7 @@ export default { | @@ -228,6 +230,7 @@ export default { | ||
228 | color: optionsSetup.lineColor, | 230 | color: optionsSetup.lineColor, |
229 | fontSize: optionsSetup.tipsFontSize, | 231 | fontSize: optionsSetup.tipsFontSize, |
230 | }, | 232 | }, |
233 | + extraCssText:'z-index:2', | ||
231 | formatter:function (param) { | 234 | formatter:function (param) { |
232 | let kpiName=optionsSetup.titleText; | 235 | let kpiName=optionsSetup.titleText; |
233 | let kpiUnit=that.kpiUnit; | 236 | let kpiUnit=that.kpiUnit; |
@@ -1293,7 +1293,7 @@ export default { | @@ -1293,7 +1293,7 @@ export default { | ||
1293 | -webkit-box-orient: vertical;*/ | 1293 | -webkit-box-orient: vertical;*/ |
1294 | } | 1294 | } |
1295 | .width-80{ | 1295 | .width-80{ |
1296 | - max-width:80%; | 1296 | + max-width:85%; |
1297 | } | 1297 | } |
1298 | .padding-10{ | 1298 | .padding-10{ |
1299 | padding:5px; | 1299 | padding:5px; |
-
Please register or login to post a comment