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
Commit
b2dd4acc
authored
Mar 28, 2026
by
wans10
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(dashboard): 修复消耗分布图表悬浮时滚动条闪烁
parent
fbf235d2
Hide 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 @
b2dd4acc
...
@@ -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