|
@@ -1,8 +1,6 @@
|
|
|
<template>
|
|
|
<div class="right_five">
|
|
|
- <div class="title">
|
|
|
- <span>道路路幅</span>
|
|
|
- </div>
|
|
|
+ <CommonTitle title="道路路幅" />
|
|
|
<div class="content" id="chartThree">
|
|
|
|
|
|
</div>
|
|
@@ -18,33 +16,13 @@
|
|
|
import {
|
|
|
wid,offsetY,CubeLeft,CubeRight,CubeTop,barColor,barGridientColor,shadowColor,shadowBlur,renderItem,option3,setEchartsSolidBar
|
|
|
} from '../echarts/option.js'
|
|
|
+ import CommonTitle from "@/views/c-cpns/CommonTitle.vue";
|
|
|
onMounted(() => {
|
|
|
setEchartsSolidBar(document.getElementById("chartThree"))
|
|
|
})
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
- .title {
|
|
|
- //width: 100%;
|
|
|
- width: 375px;
|
|
|
- height: 37px;
|
|
|
- padding-left: 7px;
|
|
|
- background: url("@/assets/imgs/弹框小标题.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
-
|
|
|
-
|
|
|
- span {
|
|
|
- font-family: YouSheBiaoTiHei;
|
|
|
- //font-weight: 400;
|
|
|
- font-weight: bold;
|
|
|
- font-size: 20px;
|
|
|
- color: #F6F9FE;
|
|
|
- text-shadow: 0px 2px 8px rgba(5, 28, 55, 0.42);
|
|
|
- font-style: italic;
|
|
|
- padding-left: 50px;
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
.center {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|