Skip to content

Commit

Permalink
修改高性能布局和节点树调整
Browse files Browse the repository at this point in the history
  • Loading branch information
lz7889 committed Dec 3, 2024
1 parent 4d7979f commit 83510e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/utils/high-performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export default [
},
],
},
],
children: [
{
label: 'NVIDIA-GPU',
children: [
Expand Down
4 changes: 2 additions & 2 deletions src/views/highPerformance/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const downloadZip = async () => {
}
.node-content {
width: 320px;
min-height: 750x;
// min-height: 750x;
margin-right: 30px;
flex-shrink: 0;
background: #ffffff;
Expand All @@ -106,7 +106,7 @@ const downloadZip = async () => {
}
.view-content {
min-width: 400px;
min-height: 750px;
// min-height: 750px;
flex: 1;
background: #ffffff;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
Expand Down

0 comments on commit 83510e2

Please sign in to comment.