|
@@ -9,7 +9,7 @@
|
|
|
</el-col>
|
|
|
<el-col :offset="1" :span="3" class="text-right">
|
|
|
<el-dropdown>
|
|
|
- <el-button type="primary">
|
|
|
+ <el-button type="primary" style="background-color: #0015B6; border-color: #0015B6; color:white">
|
|
|
历史报告 <hc-icon name="arrow-down-s" />
|
|
|
</el-button>
|
|
|
<template #dropdown>
|
|
@@ -47,7 +47,7 @@
|
|
|
</el-col>
|
|
|
<el-col :offset="1" :span="3" class="text-right">
|
|
|
<el-dropdown>
|
|
|
- <el-button type="primary">
|
|
|
+ <el-button type="primary" style="background-color: #0015B6; border-color: #0015B6; color:white">
|
|
|
历史报告 <hc-icon name="arrow-down-s" />
|
|
|
</el-button>
|
|
|
<template #dropdown>
|