Browse Source

style:改个提示icon

zhangyong/milestone-20250913-现金管理
lihui 1 month ago
parent
commit
339fbbe5e8
  1. 18
      src/components/workspace/CashManagement.vue
  2. 6
      src/components/workspace/GoldGraphMarkets.vue

18
src/components/workspace/CashManagement.vue

@ -17,13 +17,11 @@
<el-icon
class="service-icon"
style="
margin-left: 5px;
cursor: pointer;
font-size: 22px;
transition: all 0.3s ease;
"
>
<Service/>
margin-left: 5px;
cursor: pointer;
font-size: 16px;
transition: all 0.3s ease;">
<Warning/>
</el-icon>
</template>
</el-popover>
@ -31,7 +29,8 @@
</div>
</div>
<div class="text2">
<div class=" text2
">
<span class="text2-income">总营收{{ totalIncome }} 新币</span>
</div>
@ -62,7 +61,8 @@ import * as echarts from 'echarts'
import {onMounted, ref} from 'vue'
import request from "@/util/http.js";
import API from "@/util/http.js";
import {Service} from "@element-plus/icons-vue";
import {Warning,Service} from "@element-plus/icons-vue";
const chartRef = ref(null)
let chartInstance = null

6
src/components/workspace/GoldGraphMarkets.vue

@ -61,11 +61,11 @@
style="
margin-left: 5px;
cursor: pointer;
font-size: 22px;
font-size: 16px;
transition: all 0.3s ease;
"
>
<Service />
<Warning />
</el-icon>
</template>
</el-popover>
@ -87,7 +87,7 @@ import {ElMessage} from 'element-plus'
import dayjs from 'dayjs';
import utc from 'dayjs-plugin-utc'
import {marketMapping} from "@/utils/marketMap.js";
import {Service} from "@element-plus/icons-vue";
import {Service,Warning} from "@element-plus/icons-vue";
dayjs.extend(utc)

Loading…
Cancel
Save