Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
65d3b4bb
authored
2025-04-15 15:43:42 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
饼图
1 parent
14368e7c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
13 deletions
src/layoutPc/components/AppHeader.vue
src/layoutPc/index.vue
src/viewsPc/home.vue
src/viewsPc/vip/leftPage.vue
src/layoutPc/components/AppHeader.vue
View file @
65d3b4b
...
...
@@ -7,7 +7,7 @@
<LoginDialog
ref=
"pcloginDialog"
@
submitForm=
"reFlash"
/>
<!--
<img
alt=
""
src=
"@/assets/image/top.png"
style=
"width: 100%"
>
-->
<h1
class=
"text-top pd20"
>
数据统计截至
2025-03-20 12:00:30
数据统计截至
{{
dayjs
().
format
(
'YYYY-MM-DD HH:mm:ss'
)
}}
</h1>
<div
class=
"date"
>
<svg
:height=
"`calc(100*100vw/1920)`"
:width=
"`calc(300*100vw/1920)`"
xmlns=
"http://www.w3.org/2000/svg"
>
...
...
@@ -30,7 +30,6 @@
import
{
computed
,
ref
,
watch
}
from
'vue'
import
{
useRoute
,
useRouter
}
from
'vue-router'
import
useUserStore
from
'@/store/modules/user'
import
{
Search
,
UserFilled
}
from
'@element-plus/icons-vue'
import
{
getCurrentInstance
,
onMounted
}
from
'@vue/runtime-core'
import
_
from
'lodash'
import
LoginDialog
from
'@/viewsPc/login'
...
...
@@ -91,10 +90,9 @@ watch(() => useUserStore().visitor, (val) => {
<
style
lang=
"scss"
scoped
>
h1
{
font-family
:
'YouSheBiaoTiHei'
;
font-family
:
'YouSheBiaoTiHei'
,
serif
;
position
:
relative
;
top
:
calc
(
15
*
100vw
/
1920
);
//
background
:
linear-gradient
(
180deg
,
#fff
10%
,
#9CD2FF
100%
);
font-size
:
calc
(
32
*
100vw
/
1920
);
//
-webkit-background-clip
:
text
;
//
-webkit-text-fill-color
:
transparent
;
...
...
src/layoutPc/index.vue
View file @
65d3b4b
...
...
@@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components'
.bg
{
width
:
100vw
;
height
:
100vh
;
//
overflow
:
hidden
;
//
background
:
rgba
(
0
,
0
,
0
,
0.75
)
background
:
url("@/assets/image/bg@2x.png")
no-repeat
top
center
;
background-size
:
100%
100%
;
...
...
src/viewsPc/home.vue
View file @
65d3b4b
...
...
@@ -19,16 +19,7 @@
import
LeftPage
from
"@/viewsPc/vip/leftPage"
import
CenterPage
from
"@/viewsPc/vip/centerPage"
import
RightPage
from
"@/viewsPc/vip/rightPage"
import
{
onBeforeUnmount
,
ref
}
from
"vue"
;
import
{
useStorage
}
from
"@vueuse/core/index"
;
import
{
getCurrentInstance
,
onMounted
,
onUnmounted
}
from
"@vue/runtime-core"
;
const
{
proxy
}
=
getCurrentInstance
()
onMounted
(()
=>
{
})
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
src/viewsPc/vip/leftPage.vue
View file @
65d3b4b
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment