| | |
| | | </div> |
| | | <div class="current1"> |
| | | <div class="aside-title">各类数据存储分布</div> |
| | | <echart13></echart13> |
| | | <!-- <echart13></echart13> --> |
| | | <chart></chart> |
| | | </div> |
| | | </div> |
| | | <div class="rightarrow"> |
| | |
| | | import echart11 from "@/components/echart11.vue" |
| | | import echart12 from "@/components/echart12.vue" |
| | | import echart13 from "@/components/echart13.vue" |
| | | import chart from "@/components/chart/index.vue" |
| | | |
| | | export default { |
| | | components: { |
| | | echart11, |
| | | echart12, |
| | | echart13, |
| | | chart |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | background: url(../../assets/img/Screen/chartbg.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | } |
| | | .aside-title { |
| | | padding-left: 30px; |
| | | height: 27px; |
| | | line-height: 27px; |
| | | background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%); |
| | | font-size: 15px; |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular; |
| | | -webkit-background-clip: text; |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |