Skip to content

Commit

Permalink
fix: profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Jan 7, 2025
1 parent 2d7ce9f commit 67a01b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "databend-profile-ui",
"version": "0.0.37",
"version": "0.0.38",
"description": "A react library developed with dumi",
"license": "MIT",
"module": "dist/index.js",
Expand Down
5 changes: 3 additions & 2 deletions src/QueryProfile/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
height: 100%;
overflow-y: auto;
position: absolute;
right: 0;
top: 0;
right: 5px;
top: 5px;
z-index: 2;
.profile-index-top-ranking {
border: 1px solid var(--color-border);
Expand All @@ -71,6 +71,7 @@
}
canvas {
cursor: move;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuXzAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgcng9IjEiIHJ5PSIxIiBmaWxsPSIjYWFhYWFhIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm5fMCkiLz48L3N2Zz4=);
}

.charts-toolbar {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
export { default as QueryProfile } from './QueryProfile/index';
export { default as TestProfile } from './QueryProfile/test-profile';
export { default as DatabendJson } from './DatabendJson';
// export { default as TaskGraph } from './TaskGraph';

0 comments on commit 67a01b4

Please sign in to comment.