65d3b4bb by zhangmeng

饼图

1 parent 14368e7c
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 <LoginDialog ref="pcloginDialog" @submitForm="reFlash"/> 7 <LoginDialog ref="pcloginDialog" @submitForm="reFlash"/>
8 <!-- <img alt="" src="@/assets/image/top.png" style="width: 100%">--> 8 <!-- <img alt="" src="@/assets/image/top.png" style="width: 100%">-->
9 <h1 class="text-top pd20"> 9 <h1 class="text-top pd20">
10 数据统计截至2025-03-20 12:00:30 10 数据统计截至{{ dayjs().format('YYYY-MM-DD HH:mm:ss') }}
11 </h1> 11 </h1>
12 <div class="date"> 12 <div class="date">
13 <svg :height="`calc(100*100vw/1920)`" :width="`calc(300*100vw/1920)`" xmlns="http://www.w3.org/2000/svg"> 13 <svg :height="`calc(100*100vw/1920)`" :width="`calc(300*100vw/1920)`" xmlns="http://www.w3.org/2000/svg">
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
30 import {computed, ref, watch} from 'vue' 30 import {computed, ref, watch} from 'vue'
31 import {useRoute, useRouter} from 'vue-router' 31 import {useRoute, useRouter} from 'vue-router'
32 import useUserStore from '@/store/modules/user' 32 import useUserStore from '@/store/modules/user'
33 import {Search, UserFilled} from '@element-plus/icons-vue'
34 import {getCurrentInstance, onMounted} from '@vue/runtime-core' 33 import {getCurrentInstance, onMounted} from '@vue/runtime-core'
35 import _ from 'lodash' 34 import _ from 'lodash'
36 import LoginDialog from '@/viewsPc/login' 35 import LoginDialog from '@/viewsPc/login'
...@@ -91,10 +90,9 @@ watch(() => useUserStore().visitor, (val) => { ...@@ -91,10 +90,9 @@ watch(() => useUserStore().visitor, (val) => {
91 90
92 <style lang="scss" scoped> 91 <style lang="scss" scoped>
93 h1 { 92 h1 {
94 font-family: 'YouSheBiaoTiHei'; 93 font-family: 'YouSheBiaoTiHei', serif;
95 position: relative; 94 position: relative;
96 top: calc(15 * 100vw / 1920); 95 top: calc(15 * 100vw / 1920);
97 //background: linear-gradient(180deg, #fff 10%, #9CD2FF 100%);
98 font-size: calc(32 * 100vw / 1920); 96 font-size: calc(32 * 100vw / 1920);
99 //-webkit-background-clip: text; 97 //-webkit-background-clip: text;
100 //-webkit-text-fill-color: transparent; 98 //-webkit-text-fill-color: transparent;
......
...@@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components' ...@@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components'
22 .bg { 22 .bg {
23 width: 100vw; 23 width: 100vw;
24 height: 100vh; 24 height: 100vh;
25 //overflow: hidden;
25 //background: rgba(0,0,0,0.75) 26 //background: rgba(0,0,0,0.75)
26 background: url("@/assets/image/bg@2x.png") no-repeat top center; 27 background: url("@/assets/image/bg@2x.png") no-repeat top center;
27 background-size: 100% 100%; 28 background-size: 100% 100%;
......
...@@ -19,16 +19,7 @@ ...@@ -19,16 +19,7 @@
19 import LeftPage from "@/viewsPc/vip/leftPage" 19 import LeftPage from "@/viewsPc/vip/leftPage"
20 import CenterPage from "@/viewsPc/vip/centerPage" 20 import CenterPage from "@/viewsPc/vip/centerPage"
21 import RightPage from "@/viewsPc/vip/rightPage" 21 import RightPage from "@/viewsPc/vip/rightPage"
22 import {onBeforeUnmount, ref} from "vue";
23 import {useStorage} from "@vueuse/core/index";
24 import {getCurrentInstance, onMounted, onUnmounted} from "@vue/runtime-core";
25 22
26 const {proxy} = getCurrentInstance()
27
28
29 onMounted(() => {
30
31 })
32 </script> 23 </script>
33 24
34 <style lang="scss" scoped> 25 <style lang="scss" scoped>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!