This commit is contained in:
a0049873 2022-06-19 17:33:12 +08:00
parent cf9d8c9ee3
commit f958db6940
4 changed files with 26 additions and 18 deletions

View File

@ -49,4 +49,3 @@ export function assemblerBaseStatic() {
method: 'get',
})
}

View File

@ -1,8 +1,8 @@
/*
* @Author: hisense.wuhongjian
* @Date: 2022-04-20 17:16:35
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-05-26 22:40:46
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-19 17:32:12
* @Description: 告诉大家这是什么
*/
import request from '@/utils/request'

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:15:33
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-19 17:25:14
* @LastEditTime: 2022-06-19 17:30:02
* @Description: 告诉大家这是什么
-->
<template>
@ -24,7 +24,7 @@
</div>
</div>
<div class="right" :key="showKey">
<div class="title">浏览趋势</div>
<div class="title_echarts">浏览趋势</div>
<div class="echarts-box" id="echarts-box"></div>
</div>
</div>
@ -241,8 +241,15 @@
width: 6.53rem;
height: 3.54rem;
position: relative;
.title {
font-size: 18px;
.title_echarts {
font-size: 0.18rem;
height: 0.21rem;
line-height: 0.18rem;
color: #ffffff;
background: url('~@/assets/capabilityCloud/Component_services_title_bg.png')
no-repeat;
background-size: 0.7rem 0.08rem;
background-position: bottom left;
position: absolute;
top: 0;
left: 0.2rem;

View File

@ -25,8 +25,10 @@
</template>
<script setup>
import { ref } from 'vue'
// eslint-disable-next-line no-undef
console.log('footerDataList', footerDataList)
let dataList = ref({})
// eslint-disable-next-line no-undef
dataList.value = footerDataList
</script>
<style lang="less" scoped>