Skip to content

Commit

Permalink
link-and-page-update
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobot committed Aug 6, 2023
1 parent b8934f4 commit 0d7fd2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/AeShow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ const options = {
feature: {
saveAsImage: {
type: 'png',
title: 'save as .png'
title: 'save as .png',
pixelRatio: 10
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
padding: 1.5rem;
"
>
<router-link to="/home">
<a href="https://docs.quantms.org/en/latest/">
<el-icon size="50px"><Tools /></el-icon>
<div style=" font-size: 1.5rem; color: rgb(107 114 128); margin-top: 1.25rem;">
workflow
</div>
</router-link>
</a>
</div>
<div class="card-box" style=" display: flex; flex-direction: column; align-items: center; justify-content: space-around; padding: 1.5rem;">
<router-link to="/datasets" >
Expand Down

0 comments on commit 0d7fd2b

Please sign in to comment.