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

+ 2 - 2
component/chart/map-chart.js

@ -147,7 +147,7 @@
                normal: {
                    label: {
                        show: true,
                        color: '#fff'
                        color: '#002f9c'
                    },
                    borderColor: '#fff',
                    shadowColor: '#0355ab',
@ -158,7 +158,7 @@
                emphasis: {
                    label: {
                        show: true,
                        color: '#fff'
                        color: '#002f9c'
                    },
                    areaColor: '#00e9fa',
                }

+ 12 - 0
css/style.min.css

@ -8801,3 +8801,15 @@ input.type-hide {
	opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.set_all_city img{
    /* width: 1.041667rem */
}
.set_all_city{
    position: absolute;
   
    left: .260417rem;
    z-index: 2;
    cursor: pointer;
    top:.520833rem;
}

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

@ -43,6 +43,9 @@
				<div class="center-panel" v-cloak>
					<!-- 地图 -->
					<div class="map mt20">
							<div class="set_all_city" @click="clickMap({name:'贵港市'})" title="选择全市">
									<img src="../images/allCity.png">
								</div>
							<map-chart @map-click="clickMap" ref="map" :config="mapData"></map-chart>
							<label class="diqu-label">地区</label>
							<div class="dropdown Mapselect">

+ 4 - 1
page/bigData/html/medical.html

@ -3,7 +3,7 @@
	<head>
		<meta charset="utf-8">
		<title>物联网智能设备首页</title>
		<title>医疗服务大数据分析</title>
		<meta name="keywords" content="">
		<meta name="description" content="">
		<meta name="viewport" content="width=device-width">
@ -97,6 +97,9 @@
                <div class="middle flex_coloumn">
					<!-- 地图 -->
					<div class="map mt20">
							<div class="set_all_city" @click="clickMap({name:'贵港市'})" title="选择全市">
								<img src="../images/allCity.png">
							</div>
							<map-chart @map-click="clickMap" ref="map" :config="mapData"></map-chart>
							<div class="dropdown Mapselect">
									<label class="diqu-label">地区</label>

BIN
page/bigData/images/allCity.png