wip
This commit is contained in:
parent
e87a5feffa
commit
204d4dfe31
4 changed files with 19 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<mk-window ref="window" @closed="$destroy" width="800px" height="500px" :popout="popout">
|
||||
<mk-window ref="window" @closed="$destroy" width="800px" height="500px" :popout-url="popout">
|
||||
<template slot="header">
|
||||
<p v-if="usage" :class="$style.info"><b>{{ usage.toFixed(1) }}%</b> %i18n:desktop.tags.mk-drive-browser-window.used%</p>
|
||||
<span :class="$style.title">%fa:cloud%%i18n:desktop.tags.mk-drive-browser-window.drive%</span>
|
||||
|
|
|
|||
|
|
@ -563,7 +563,7 @@ export default Vue.extend({
|
|||
margin 0
|
||||
padding 0
|
||||
cursor pointer
|
||||
font-size 1.2em
|
||||
font-size 1em
|
||||
color rgba(#000, 0.4)
|
||||
border none
|
||||
outline none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue