|
@@ -1,10 +1,7 @@
|
|
|
<template>
|
|
|
<div class="bjxm">
|
|
|
<div class="title">
|
|
|
- <!-- <div class="icon"></div>
|
|
|
- <span>报建项目</span> -->
|
|
|
-
|
|
|
- <Title :title="'土地收储'"></Title>
|
|
|
+ <Title :title="'报健项目'"></Title>
|
|
|
|
|
|
<div class="selectTab">
|
|
|
<el-select v-model="left_value" placeholder="请选择" :popper-append-to-body="false" @change="changeChartsLeft">
|
|
@@ -397,10 +394,10 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.bjxm {
|
|
|
position: absolute;
|
|
|
- width: 430px;
|
|
|
+ width: 350px;
|
|
|
height: 310px;
|
|
|
top: 38.5rem;
|
|
|
- left: 27.5rem;
|
|
|
+ left: 26.5rem;
|
|
|
border-radius: 0px;
|
|
|
-webkit-box-shadow: none;
|
|
|
box-shadow: none;
|
|
@@ -410,9 +407,8 @@ export default {
|
|
|
|
|
|
.selectTab {
|
|
|
position: absolute;
|
|
|
- right: 0;
|
|
|
- bottom: 9px;
|
|
|
- right: 8px;
|
|
|
+ top: 3px;
|
|
|
+ right: 22px;
|
|
|
z-index: 100;
|
|
|
|
|
|
/deep/ .el-input__inner {
|
|
@@ -542,7 +538,12 @@ export default {
|
|
|
#bjxm_echart {
|
|
|
position: relative;
|
|
|
top: 0;
|
|
|
- width: 25.5rem;
|
|
|
- height: 13rem;
|
|
|
+ width: 20.5rem;
|
|
|
+ height: 10rem;
|
|
|
+}
|
|
|
+
|
|
|
+.title {
|
|
|
+ width: 21rem;
|
|
|
+ background-size: 100% 89%;
|
|
|
}
|
|
|
</style>
|