Skip to content

Commit

Permalink
modified: src/renderer/components/drawer/Drawer-about.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Geralt Rivia committed Jul 30, 2021
1 parent 9ec0a46 commit a263a53
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/renderer/components/drawer/Drawer-about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@
>
License and Documentation
</p>
<p class="label">你还是个急性子</p>
<p>汉化:你还是个急性子</p>
</section>
</div>
</template>

<script>
import * as pckg from './../../../../package.json'
import { shell } from 'electron'
export default {
name: 'DrawerAbout',
data() {
Expand Down Expand Up @@ -77,13 +78,15 @@ h2 {
letter-spacing: 0.05em;
margin: 0.5em 0;
}
section {
align-items: center;
display: flex;
flex-direction: column;
padding-top: 2em;
height: 100%;
}
.label {
font-size: 14px;
letter-spacing: 0.05em;
Expand All @@ -97,4 +100,7 @@ section {
}
}
}
</style>
</style>

:not([class*='fa']):not([class*='icon']):not([class*='logo']):not([class*='code'])
* pre,* pre *,* code,* code *,* input,* button,* textarea,* kbd,* i,* em

0 comments on commit a263a53

Please sign in to comment.