Skip to content

Commit

Permalink
style(ui): format ui code (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx authored May 18, 2024
1 parent ee39a69 commit 8a4a4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion ui/src/pages/cluster/styles.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
align-items: center;
}


.empty_content {
flex: 1;
display: flex;
Expand Down
6 changes: 3 additions & 3 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"jsx": "react",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
},
"@/*": ["src/*"]
}
},
"include": ["src"],
"include": ["src"]
}

0 comments on commit 8a4a4f6

Please sign in to comment.