Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fk-spider-web
Overview
Overview
Details
Activity
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
周田
fk-spider-web
Commits
0b581533
Commit
0b581533
authored
Nov 13, 2025
by
liucan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:调整页面
parent
1c213f76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
dataCard.vue
src/views/os-status/components/dataCard.vue
+1
-1
statusMonitor.vue
src/views/os-status/components/statusMonitor.vue
+0
-2
No files found.
src/views/os-status/components/dataCard.vue
View file @
0b581533
...
...
@@ -62,7 +62,7 @@
<
script
lang=
"ts"
setup
>
import
{
useRouter
}
from
"vue-router"
;
import
{
getStatsDataList
,
getSpiderTaskList
,
getPerformanceList
}
from
"@/api/staticData"
;
import
{
onMounted
,
ref
,
watch
}
from
"vue"
;
import
{
onMounted
,
ref
}
from
"vue"
;
import
formatExactLargeNum
from
"@/utils/formatExactLargeNum"
;
const
router
=
useRouter
();
...
...
src/views/os-status/components/statusMonitor.vue
View file @
0b581533
...
...
@@ -18,7 +18,6 @@
</div>
</div>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
...
...
@@ -63,7 +62,6 @@ onMounted(() => {
display
:
flex
;
gap
:
21.5px
;
padding
:
10px
;
}
.taskCard
{
...
...
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