ljj 6 роки тому
батько
коміт
41e4715605

+ 4 - 0
css/style.min.css

@ -8795,3 +8795,7 @@ input.type-hide {
[v-cloak] {
    display: none;
}
html {
	font-size: 192px;
}

+ 0 - 3
page/bigData/css/home.css

@ -1,6 +1,3 @@
html {
	font-size: 192px;
}
body {
	width: 100%;

+ 0 - 3
page/bigData/css/medical.css

@ -1,6 +1,3 @@
html {
	font-size: 192px;
}
body {

+ 17 - 0
page/bigData/js/medical.js

@ -82,10 +82,20 @@ new Vue({
        },
        setLeftChart1:function(){
           var options =this.allData['门诊人次月趋势'];
           options.grid= {
                top: '70',
                left: '75'
            };
            options.yAxis[1].show =false;
           this.leftChart1 = options
        },
        setLeftChart2:function(){
           var options =this.allData['住院人次月趋势'];
           options.grid={
			top: '70',
			left: '70'
		};
        options.yAxis[1].show =false;
           this.leftChart2 = options
        },
        setMapData:function(){
@ -94,10 +104,17 @@ new Vue({
        },
        setRightChart1:function(){
           var options =this.allData['门诊分类别月趋势'];
           options.grid={
			top: '70',
			left: '80',
			bottom: '30'
        }
        options.yAxis[1].show =false;
           this.rightChart1= options
        },
        setRightChart2:function(){
           var options =this.allData['住院平均日数月趋势'];
           options.yAxis[1].show =false;
           this.rightChart2= options
        },
        setTable1:function(){