Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pjnkb-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
pjnkb-vue
Commits
db830e0a
Commit
db830e0a
authored
Apr 11, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示调整
parent
1878a836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
index.vue
src/views/index.vue
+9
-3
No files found.
src/views/index.vue
View file @
db830e0a
...
...
@@ -95,7 +95,7 @@
<div
v-for=
"(item,index) in showList"
:key=
"index"
class=
"grid-item"
>
<!-- title-->
<div
style=
"color: #26c6f0; font-size: 1
6
px;text-align: center;font-weight: 700;line-height: 30px;width: 100%;"
>
style=
"color: #26c6f0; font-size: 1
5
px;text-align: center;font-weight: 700;line-height: 30px;width: 100%;"
>
{{
item
.
name
}}
</div>
<div
style=
"height: calc(100% - 30px);width: 100%;display: flex;flex-direction: column;"
>
...
...
@@ -859,7 +859,10 @@
},
axisLabel
:
{
show
:
true
,
color
:
'white'
color
:
'white'
,
interval
:
0
,
// 确保所有标签都显示
rotate
:
8
,
fontSize
:
10
,
}
}],
yAxis
:
[{
...
...
@@ -934,7 +937,10 @@
},
axisLabel
:
{
show
:
true
,
color
:
'white'
color
:
'white'
,
interval
:
0
,
// 确保所有标签都显示
rotate
:
8
,
fontSize
:
10
,
}
}],
yAxis
:
[{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment