Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Commit

Permalink
优化UI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Jan 14, 2020
1 parent 939c6b0 commit ae91d61
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
Binary file added src/renderer/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 0 additions & 28 deletions src/renderer/assets/logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/renderer/components/HeaderVersion.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<browser-link target="_self">
<div class="header-version align-items-center">
<img src="../assets/logo.svg" width="36" height="36"/>
<img src="../assets/logo.png" width="36" height="36"/>
<div>
<div class="header-version-text">{{ appName }}</div>
<div class="header-version-text">v{{ version }}</div>
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/PagerHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
.header-right {
margin-left: auto;
z-index: 1000;
}
.el-menu {
Expand Down

0 comments on commit ae91d61

Please sign in to comment.