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
713fde52
authored
2025-03-07 11:13:07 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
馆藏数修改
1 parent
756d8d83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
src/viewsPc/vip/rotatePart.vue
vite.config.js
src/viewsPc/vip/rotatePart.vue
View file @
713fde5
...
...
@@ -9,7 +9,13 @@
<img
v-if=
"i==2"
class=
"iconImg"
src=
"@/assets/img/btn03.png"
>
<img
v-if=
"i==3"
class=
"iconImg"
src=
"@/assets/img/btn04.png"
>
<img
v-if=
"i==4"
class=
"iconImg"
src=
"@/assets/img/btn05.png"
>
<el-statistic
class=
"statistic"
:title=
"n.name"
:value=
"n.num"
:value-style=
"statisticStyle"
/>
<div
class=
"statistic"
>
<h3>
{{
n
.
name
}}
</h3>
<p
v-if=
"Array.isArray(n.num)"
>
{{
n
.
num
[
0
]
}}
卷 /
<br/>
{{
n
.
num
[
1
]
}}
件
</p>
<p
v-else
>
{{
n
.
num
}}
</p>
</div>
<!--
<el-statistic
class=
"statistic"
:title=
"n.name"
:value=
"Array.isArray(n.num)?`$
{n.num[0]}卷/${n.num[1]}件`:n.num" :value-style="statisticStyle">
</el-statistic>
-->
</div>
</div>
</div>
...
...
@@ -84,7 +90,20 @@ function unpauseAn() {
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
.statistic
{
--el-statistic-title-color
:
#fff
;
text-align
:
center
;
position
:
relative
;
top
:
calc
(
-15
*
100vw
/
1920
);
.statistic
{
--el-statistic-title-color
:
#fff
;
text-align
:
center
;
position
:
relative
;
top
:
calc
(
-20
*
100vw
/
1920
);
h3{
color
:
#fff
;
font-family
:
'YouSheBiaoTiHei'
;
background
:
linear-gradient
(
180deg
,
#fff
10%
,
#9CD2FF
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
font-size
:
calc
(
22
*
100vw
/
1920
);
line-height
:
1
;
margin
:
0
}
p
{
color
:
#fff
;
background
:
linear-gradient
(
180deg
,
#fff
20%
,
#9CD2FF
100%
);
-webkit-background-clip
:
text
;
font-size
:
calc
(
26
*
100vw
/
1920
);
font-family
:
'DIN Alternate'
;
-webkit-text-fill-color
:
transparent
;
line-height
:
1
;
overflow
:
visible
;
margin
:
0
;
height
:
calc
(
60
*
100vw
/
1920
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
}
.ellipse
{
position
:
relative
;
...
...
vite.config.js
View file @
713fde5
...
...
@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.
95:5511
/'
,
target
:
'http://192.168.1.
66:5513
/'
,
// target: 'https://jijin.wtwuxicenter.com/stage-api',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
...
...
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