Merge branch 'master-v32-lushangqing' into 'master'
大屏及电子税务局页面样式修改,访问量监控改为近30天访问量, See merge request !67
Showing
10 changed files
with
14 additions
and
7 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/assets/images/zjdp/title-monitoring.png
0 → 100644

7.38 KB
@@ -34,7 +34,7 @@ export default { | @@ -34,7 +34,7 @@ export default { | ||
34 | }, | 34 | }, |
35 | comtitleImgStyle () { | 35 | comtitleImgStyle () { |
36 | return { | 36 | return { |
37 | - height: this.titleFontSize * 2.1 + 'px' | 37 | + // height: this.titleFontSize * 2.1 + 'px' |
38 | } | 38 | } |
39 | }, | 39 | }, |
40 | comcircletextStyle () { | 40 | comcircletextStyle () { |
@@ -37,7 +37,7 @@ export default { | @@ -37,7 +37,7 @@ export default { | ||
37 | }, | 37 | }, |
38 | comtitlesizeStyle () { | 38 | comtitlesizeStyle () { |
39 | return { | 39 | return { |
40 | - height: this.titleFontSize * 7 + 'px', | 40 | + // height: this.titleFontSize * 7 + 'px', |
41 | // width: this.titleFontSize * 6 + 'px' | 41 | // width: this.titleFontSize * 6 + 'px' |
42 | } | 42 | } |
43 | }, | 43 | }, |
1 | <div class="monitoring-bar" id="mon-bar"> | 1 | <div class="monitoring-bar" id="mon-bar"> |
2 | + | ||
3 | + <div class="container-title"> | ||
2 | <img :style="comtitleImgStyle" src="/vue3/src/assets/images/digitalDp/title-monitoring.png" alt=""> | 4 | <img :style="comtitleImgStyle" src="/vue3/src/assets/images/digitalDp/title-monitoring.png" alt=""> |
5 | + </div> | ||
6 | + | ||
3 | <BarChart :optionData="optionData" v-if="optionData"></BarChart> | 7 | <BarChart :optionData="optionData" v-if="optionData"></BarChart> |
4 | </div> | 8 | </div> |
@@ -34,8 +34,8 @@ export default { | @@ -34,8 +34,8 @@ export default { | ||
34 | }, | 34 | }, |
35 | comtitleImgStyle () { | 35 | comtitleImgStyle () { |
36 | return { | 36 | return { |
37 | - height: this.titleFontSize * 2 + 'px', | ||
38 | - width: this.titleFontSize * 14 + 'px' | 37 | + // height: this.titleFontSize * 2 + 'px', |
38 | + // width: this.titleFontSize * 14 + 'px' | ||
39 | } | 39 | } |
40 | } | 40 | } |
41 | }, | 41 | }, |
@@ -27,7 +27,7 @@ export default { | @@ -27,7 +27,7 @@ export default { | ||
27 | () => myImport('views/zjdaping/components/declareLine/index') | 27 | () => myImport('views/zjdaping/components/declareLine/index') |
28 | ), | 28 | ), |
29 | 'MonitoringMonth': Vue.defineAsyncComponent( | 29 | 'MonitoringMonth': Vue.defineAsyncComponent( |
30 | - () => myImport('views/zjdaping/components/monitoringMonth/index') | 30 | + () => myImport('views/dp/components/monitoring/index') |
31 | ), | 31 | ), |
32 | 'Performance': Vue.defineAsyncComponent( | 32 | 'Performance': Vue.defineAsyncComponent( |
33 | () => myImport('views/zjdaping/components/performance/index') | 33 | () => myImport('views/zjdaping/components/performance/index') |
-
Please register or login to post a comment