Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
26ce873f
authored
Mar 31, 2026
by
Calcium-Ion
Committed by
GitHub
Mar 31, 2026
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3474 from wans10/main
fix(dashboard): 修复消耗分布图表悬浮时滚动条闪烁
parents
e099117c
b2dd4acc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
web/src/index.css
+7
-0
No files found.
web/src/index.css
View file @
26ce873f
...
@@ -31,6 +31,13 @@ body {
...
@@ -31,6 +31,13 @@ body {
background-color
:
var
(
--semi-color-bg-0
);
background-color
:
var
(
--semi-color-bg-0
);
}
}
/* 桌面端禁止 body 纵向滚动 - 防止 VChart tooltip 触发页面滚动条 */
@media
(
min-width
:
768px
)
{
body
{
overflow-y
:
hidden
;
}
}
.app-layout
{
.app-layout
{
height
:
100vh
;
height
:
100vh
;
height
:
100
dvh
;
height
:
100
dvh
;
...
...
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