wip
This commit is contained in:
parent
44a0952c0f
commit
0158808501
8 changed files with 48 additions and 37 deletions
15
src/web/app/desktop/views/components/settings-window.vue
Normal file
15
src/web/app/desktop/views/components/settings-window.vue
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<mk-window ref="window" is-modal width='700px' height='550px' @closed="$destroy">
|
||||
<span slot="header" :class="$style.header">%fa:cog%設定</span>
|
||||
<div to="content">
|
||||
<mk-settings/>
|
||||
</div>
|
||||
</mk-window>
|
||||
</template>
|
||||
|
||||
<style lang="stylus" module>
|
||||
.header
|
||||
> [data-fa]
|
||||
margin-right 4px
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue