Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

大屏及电子税务局页面样式修改,访问量监控改为近30天访问量,



See merge request !67
@@ -235,3 +235,6 @@ body{font-size: 15px;} @@ -235,3 +235,6 @@ body{font-size: 15px;}
235 position: relative; 235 position: relative;
236 top: 14px; 236 top: 14px;
237 } 237 }
  238 +.flex-chart .container-title{
  239 +
  240 +}
@@ -29,7 +29,7 @@ export default { @@ -29,7 +29,7 @@ export default {
29 }, 29 },
30 comtitleImgStyle () { 30 comtitleImgStyle () {
31 return { 31 return {
32 - height: this.titleFontSize * 1.8 + 'px' 32 + // height: this.titleFontSize * 1.8 + 'px'
33 } 33 }
34 } 34 }
35 }, 35 },
@@ -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 - <img :style="comtitleImgStyle" src="/vue3/src/assets/images/digitalDp/title-monitoring.png" alt=""> 2 +
  3 + <div class="container-title">
  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>
@@ -22,7 +22,7 @@ export default { @@ -22,7 +22,7 @@ export default {
22 computed: { 22 computed: {
23 comtitleImgStyle () { 23 comtitleImgStyle () {
24 return { 24 return {
25 - height: this.titleFontSize * 2.1 + 'px' 25 + // height: this.titleFontSize * 2.1 + 'px'
26 } 26 }
27 } 27 }
28 28
@@ -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')