Browse Source

style:改个提示icon

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

14
src/components/workspace/CashManagement.vue

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

6
src/components/workspace/GoldGraphMarkets.vue

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

Loading…
Cancel
Save