Skip to content

Commit

Permalink
更新界面
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Jul 9, 2024
1 parent ca6ddea commit 6bc56d6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/renderer/src/components/PageContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
{{ mainData().onRunning ? '停止服务' : '启动服务' }}
</a-button>
</div>
<div class="info" @click="toGithub">
<img src="../assets/icon.png" alt="" height="25px">
<div style="margin-left: 5px; margin-right: 5px; color: lightgrey; font-size: 13px">in</div>
<i class="bi bi-github"></i>
<div class="info">
<i class="bi bi-github" @click="toGithub"></i>
</div>
</div>
</template>
Expand Down Expand Up @@ -79,12 +77,15 @@ onMounted(()=>{
</script>

<style scoped>
.bi-github{
cursor: pointer;
}
.info{
margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
/* cursor: pointer; */
}
.formView{
display: grid;
Expand Down

0 comments on commit 6bc56d6

Please sign in to comment.