Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Nov 24, 2023
1 parent 9c9bd7a commit 4176a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
</svg>
<span class="title"> 网络面板 </span>
</div>
<div style="float: right;">
<el-button class="home" @click="GoToHomePage" round>反馈</el-button>
</div>
</div>
</el-header>
<el-main>
Expand Down
2 changes: 1 addition & 1 deletion src/components/IPinfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ get_lay('https://cp.cloudflare.com/','globalLay')
display: block;
margin:0 auto;
background-color:#ffffff;
padding:15px
padding:2%
}
@media (prefers-color-scheme: dark) {
.card {
Expand Down

0 comments on commit 4176a4c

Please sign in to comment.