Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin into feature/noticews

This commit is contained in:
胡少翔
2024-09-12 11:12:50 +08:00
25 changed files with 417 additions and 261 deletions

View File

@@ -7,7 +7,7 @@
访问趋势
<el-tooltip effect="dark" content="点击试试下载" placement="bottom">
<i-ep-download
class="cursor-pointer hover:color-#409eff ml-1"
class="cursor-pointer hover:color-#4080FF ml-1"
@click="handleDownloadChart"
/>
</el-tooltip>
@@ -99,10 +99,10 @@ const setChartOptions = (data: VisitTrendVO) => {
},
smooth: true,
itemStyle: {
color: "#409EFF",
color: "#4080FF",
},
lineStyle: {
color: "#409EFF",
color: "#4080FF",
},
},
{